|
|
@ -14,15 +14,49 @@ html {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.status-card__actions button,
|
|
|
|
|
|
|
|
.status-card__actions a {
|
|
|
|
|
|
|
|
color: rgba($white, 0.8);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
|
|
|
&:active,
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
|
|
|
color: $white;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Change default background colors of columns
|
|
|
|
// Change default background colors of columns
|
|
|
|
.column > .scrollable,
|
|
|
|
.column > .scrollable,
|
|
|
|
.getting-started,
|
|
|
|
.getting-started,
|
|
|
|
.column-inline-form {
|
|
|
|
.column-inline-form,
|
|
|
|
|
|
|
|
.error-column,
|
|
|
|
|
|
|
|
.regeneration-indicator {
|
|
|
|
background: $white;
|
|
|
|
background: $white;
|
|
|
|
border: 1px solid lighten($ui-base-color, 8%);
|
|
|
|
border: 1px solid lighten($ui-base-color, 8%);
|
|
|
|
border-top: 0;
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.directory__card__img {
|
|
|
|
|
|
|
|
background: lighten($ui-base-color, 12%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.filter-form,
|
|
|
|
|
|
|
|
.directory__card__bar {
|
|
|
|
|
|
|
|
background: $white;
|
|
|
|
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 8%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.scrollable .directory__list {
|
|
|
|
|
|
|
|
width: calc(100% + 2px);
|
|
|
|
|
|
|
|
margin-left: -1px;
|
|
|
|
|
|
|
|
margin-right: -1px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.directory__card,
|
|
|
|
|
|
|
|
.table-of-contents {
|
|
|
|
|
|
|
|
border: 1px solid lighten($ui-base-color, 8%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.column-back-button,
|
|
|
|
.column-back-button,
|
|
|
|
.column-header {
|
|
|
|
.column-header {
|
|
|
|
background: $white;
|
|
|
|
background: $white;
|
|
|
@ -33,16 +67,16 @@ html {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&--slim-button {
|
|
|
|
&--slim-button {
|
|
|
|
border: 0;
|
|
|
|
top: -50px;
|
|
|
|
top: -49px;
|
|
|
|
right: 0;
|
|
|
|
right: 1px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.column-header__back-button,
|
|
|
|
.column-header__back-button,
|
|
|
|
.column-header__button,
|
|
|
|
.column-header__button,
|
|
|
|
.column-header__button.active,
|
|
|
|
.column-header__button.active,
|
|
|
|
.account__header__bar {
|
|
|
|
.account__header__bar,
|
|
|
|
|
|
|
|
.directory__card__extra {
|
|
|
|
background: $white;
|
|
|
|
background: $white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -66,6 +100,19 @@ html {
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.confirmation-modal__secondary-button,
|
|
|
|
|
|
|
|
.confirmation-modal__cancel-button,
|
|
|
|
|
|
|
|
.mute-modal__cancel-button,
|
|
|
|
|
|
|
|
.block-modal__cancel-button {
|
|
|
|
|
|
|
|
color: lighten($ui-base-color, 26%);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
|
|
|
&:focus,
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
|
|
|
color: $primary-text-color;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.column-subheading {
|
|
|
|
.column-subheading {
|
|
|
|
background: darken($ui-base-color, 4%);
|
|
|
|
background: darken($ui-base-color, 4%);
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 8%);
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 8%);
|
|
|
@ -314,8 +361,19 @@ html {
|
|
|
|
.report-modal,
|
|
|
|
.report-modal,
|
|
|
|
.embed-modal,
|
|
|
|
.embed-modal,
|
|
|
|
.error-modal,
|
|
|
|
.error-modal,
|
|
|
|
.onboarding-modal {
|
|
|
|
.onboarding-modal,
|
|
|
|
background: $ui-base-color;
|
|
|
|
.report-modal__comment .setting-text__wrapper,
|
|
|
|
|
|
|
|
.report-modal__comment .setting-text {
|
|
|
|
|
|
|
|
background: $white;
|
|
|
|
|
|
|
|
border: 1px solid lighten($ui-base-color, 8%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.report-modal__comment {
|
|
|
|
|
|
|
|
border-right-color: lighten($ui-base-color, 8%);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.report-modal__container {
|
|
|
|
|
|
|
|
border-top-color: lighten($ui-base-color, 8%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.column-header__collapsible-inner {
|
|
|
|
.column-header__collapsible-inner {
|
|
|
@ -324,6 +382,10 @@ html {
|
|
|
|
border-top: 0;
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.focal-point__preview strong {
|
|
|
|
|
|
|
|
color: $white;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.boost-modal__action-bar,
|
|
|
|
.boost-modal__action-bar,
|
|
|
|
.confirmation-modal__action-bar,
|
|
|
|
.confirmation-modal__action-bar,
|
|
|
|
.mute-modal__action-bar,
|
|
|
|
.mute-modal__action-bar,
|
|
|
@ -348,9 +410,11 @@ html {
|
|
|
|
|
|
|
|
|
|
|
|
.embed-modal .embed-modal__container .embed-modal__html {
|
|
|
|
.embed-modal .embed-modal__container .embed-modal__html {
|
|
|
|
background: $white;
|
|
|
|
background: $white;
|
|
|
|
|
|
|
|
border: 1px solid lighten($ui-base-color, 8%);
|
|
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
&:focus {
|
|
|
|
background: darken($ui-base-color, 6%);
|
|
|
|
border-color: lighten($ui-base-color, 12%);
|
|
|
|
|
|
|
|
background: $white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|