2017-04-23 18:38:37 -04:00
|
|
|
.app-body {
|
2017-05-07 14:47:31 -04:00
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
2017-04-05 12:10:25 -04:00
|
|
|
}
|
|
|
|
|
2016-08-31 16:58:10 -04:00
|
|
|
.button {
|
2017-05-08 09:57:49 -04:00
|
|
|
background-color: darken($ui-highlight-color, 3%);
|
2016-09-27 17:12:33 -04:00
|
|
|
border: 10px none;
|
2017-04-22 22:26:55 -04:00
|
|
|
border-radius: 4px;
|
|
|
|
box-sizing: border-box;
|
2017-05-08 09:57:49 -04:00
|
|
|
color: $primary-text-color;
|
2017-04-22 22:26:55 -04:00
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
font-family: inherit;
|
2016-09-27 17:12:33 -04:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 500;
|
|
|
|
height: 36px;
|
2017-04-22 22:26:55 -04:00
|
|
|
letter-spacing: 0;
|
2016-09-27 17:12:33 -04:00
|
|
|
line-height: 36px;
|
2017-04-22 22:26:55 -04:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0 16px;
|
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
2016-09-27 17:12:33 -04:00
|
|
|
text-decoration: none;
|
2017-04-22 22:26:55 -04:00
|
|
|
text-overflow: ellipsis;
|
2017-03-24 19:01:43 -04:00
|
|
|
transition: all 100ms ease-in;
|
2017-04-22 22:26:55 -04:00
|
|
|
white-space: nowrap;
|
2017-05-19 05:42:54 -04:00
|
|
|
width: auto;
|
2016-08-31 16:58:10 -04:00
|
|
|
|
2017-04-22 22:26:55 -04:00
|
|
|
&:active,
|
|
|
|
&:focus,
|
|
|
|
&:hover {
|
2017-05-08 09:57:49 -04:00
|
|
|
background-color: lighten($ui-highlight-color, 7%);
|
2017-03-24 19:01:43 -04:00
|
|
|
transition: all 200ms ease-out;
|
2016-08-31 16:58:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&:disabled {
|
2017-05-08 09:57:49 -04:00
|
|
|
background-color: $ui-primary-color;
|
2016-10-02 09:28:47 -04:00
|
|
|
cursor: default;
|
2016-08-31 16:58:10 -04:00
|
|
|
}
|
2016-09-07 12:17:15 -04:00
|
|
|
|
2018-02-23 11:25:49 -05:00
|
|
|
&.button-primary,
|
|
|
|
&.button-alternative,
|
|
|
|
&.button-secondary,
|
|
|
|
&.button-alternative-2 {
|
2017-07-11 09:27:59 -04:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 36px;
|
|
|
|
height: auto;
|
|
|
|
text-transform: none;
|
|
|
|
padding: 4px 16px;
|
2018-02-23 11:25:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
&.button-alternative {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $inverted-text-color;
|
2018-02-23 11:25:49 -05:00
|
|
|
background: $ui-primary-color;
|
2017-07-11 09:27:59 -04:00
|
|
|
|
|
|
|
&:active,
|
|
|
|
&:focus,
|
|
|
|
&:hover {
|
|
|
|
background-color: lighten($ui-primary-color, 4%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-23 11:25:49 -05:00
|
|
|
&.button-alternative-2 {
|
|
|
|
background: $ui-base-lighter-color;
|
|
|
|
|
|
|
|
&:active,
|
|
|
|
&:focus,
|
|
|
|
&:hover {
|
|
|
|
background-color: lighten($ui-base-lighter-color, 4%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-07 12:17:15 -04:00
|
|
|
&.button-secondary {
|
2017-07-11 09:27:59 -04:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 36px;
|
|
|
|
height: auto;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $darker-text-color;
|
2017-07-11 09:27:59 -04:00
|
|
|
text-transform: none;
|
|
|
|
background: transparent;
|
|
|
|
padding: 3px 15px;
|
2017-10-07 14:00:35 -04:00
|
|
|
border-radius: 4px;
|
2017-07-11 09:27:59 -04:00
|
|
|
border: 1px solid $ui-primary-color;
|
|
|
|
|
|
|
|
&:active,
|
|
|
|
&:focus,
|
|
|
|
&:hover {
|
|
|
|
border-color: lighten($ui-primary-color, 4%);
|
2018-05-05 11:58:46 -04:00
|
|
|
color: lighten($darker-text-color, 4%);
|
2017-07-11 09:27:59 -04:00
|
|
|
}
|
2016-09-07 12:17:15 -04:00
|
|
|
}
|
2017-05-19 05:42:54 -04:00
|
|
|
|
|
|
|
&.button--block {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-31 16:58:10 -04:00
|
|
|
.icon-button {
|
2017-03-24 19:01:43 -04:00
|
|
|
display: inline-block;
|
|
|
|
padding: 0;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $action-button-color;
|
2016-11-02 15:18:39 -04:00
|
|
|
border: none;
|
|
|
|
background: transparent;
|
2016-12-22 17:03:57 -05:00
|
|
|
cursor: pointer;
|
2017-04-23 22:49:08 -04:00
|
|
|
transition: color 100ms ease-in;
|
2016-08-31 16:58:10 -04:00
|
|
|
|
2017-05-07 14:47:31 -04:00
|
|
|
&:hover,
|
|
|
|
&:active,
|
|
|
|
&:focus {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: lighten($action-button-color, 7%);
|
2017-04-23 22:49:08 -04:00
|
|
|
transition: color 200ms ease-out;
|
2016-08-31 16:58:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: darken($action-button-color, 13%);
|
2016-08-31 16:58:10 -04:00
|
|
|
cursor: default;
|
|
|
|
}
|
2016-09-01 07:21:48 -04:00
|
|
|
|
|
|
|
&.active {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $highlight-text-color;
|
2016-09-01 07:21:48 -04:00
|
|
|
}
|
2017-02-28 18:53:11 -05:00
|
|
|
|
2017-03-24 19:01:43 -04:00
|
|
|
&::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2017-05-07 14:47:31 -04:00
|
|
|
&::-moz-focus-inner,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
2017-03-24 19:01:43 -04:00
|
|
|
outline: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.inverted {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $lighter-text-color;
|
2017-03-24 19:01:43 -04:00
|
|
|
|
2017-05-07 14:47:31 -04:00
|
|
|
&:hover,
|
|
|
|
&:active,
|
|
|
|
&:focus {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: darken($lighter-text-color, 7%);
|
2017-03-24 19:01:43 -04:00
|
|
|
}
|
|
|
|
|
2017-07-30 23:06:56 -04:00
|
|
|
&.disabled {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: lighten($lighter-text-color, 7%);
|
2017-07-30 23:06:56 -04:00
|
|
|
}
|
|
|
|
|
2017-03-24 19:01:43 -04:00
|
|
|
&.active {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $highlight-text-color;
|
2017-03-24 19:01:43 -04:00
|
|
|
|
2017-07-30 23:06:56 -04:00
|
|
|
&.disabled {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: lighten($highlight-text-color, 13%);
|
2017-07-30 23:06:56 -04:00
|
|
|
}
|
2017-03-24 19:01:43 -04:00
|
|
|
}
|
|
|
|
}
|
2017-04-13 11:01:09 -04:00
|
|
|
|
|
|
|
&.overlayed {
|
|
|
|
box-sizing: content-box;
|
2017-05-08 09:57:49 -04:00
|
|
|
background: rgba($base-overlay-background, 0.6);
|
|
|
|
color: rgba($primary-text-color, 0.7);
|
2017-04-13 11:01:09 -04:00
|
|
|
border-radius: 4px;
|
|
|
|
padding: 2px;
|
|
|
|
|
|
|
|
&:hover {
|
2017-05-08 09:57:49 -04:00
|
|
|
background: rgba($base-overlay-background, 0.9);
|
2017-04-13 11:01:09 -04:00
|
|
|
}
|
|
|
|
}
|
2017-03-24 19:01:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-icon-button {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $lighter-text-color;
|
2017-03-24 19:01:43 -04:00
|
|
|
border: none;
|
|
|
|
background: transparent;
|
|
|
|
cursor: pointer;
|
|
|
|
font-weight: 600;
|
2017-03-26 07:08:15 -04:00
|
|
|
font-size: 11px;
|
2017-03-24 19:01:43 -04:00
|
|
|
padding: 0 3px;
|
|
|
|
line-height: 27px;
|
|
|
|
outline: 0;
|
2017-04-23 22:49:08 -04:00
|
|
|
transition: color 100ms ease-in;
|
2017-03-24 19:01:43 -04:00
|
|
|
|
2017-05-07 14:47:31 -04:00
|
|
|
&:hover,
|
|
|
|
&:active,
|
|
|
|
&:focus {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: darken($lighter-text-color, 7%);
|
2017-04-23 22:49:08 -04:00
|
|
|
transition: color 200ms ease-out;
|
2017-03-24 19:01:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: lighten($lighter-text-color, 20%);
|
2017-03-24 19:01:43 -04:00
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $highlight-text-color;
|
2017-03-24 19:01:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2017-05-07 14:47:31 -04:00
|
|
|
&::-moz-focus-inner,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
2017-03-24 19:01:43 -04:00
|
|
|
outline: 0 !important;
|
2017-02-28 18:53:11 -05:00
|
|
|
}
|
2016-08-31 16:58:10 -04:00
|
|
|
}
|
|
|
|
|
2017-09-21 22:59:17 -04:00
|
|
|
.dropdown-menu {
|
|
|
|
position: absolute;
|
2017-12-26 14:28:19 -05:00
|
|
|
transform-origin: 50% 0;
|
2017-09-21 22:59:17 -04:00
|
|
|
}
|
|
|
|
|
2017-01-24 11:05:44 -05:00
|
|
|
.invisible {
|
|
|
|
font-size: 0;
|
|
|
|
line-height: 0;
|
2017-01-24 14:07:46 -05:00
|
|
|
display: inline-block;
|
|
|
|
width: 0;
|
2017-08-21 11:59:34 -04:00
|
|
|
height: 0;
|
|
|
|
position: absolute;
|
2017-11-05 07:05:50 -05:00
|
|
|
|
|
|
|
img,
|
|
|
|
svg {
|
|
|
|
margin: 0 !important;
|
|
|
|
border: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
width: 0 !important;
|
|
|
|
height: 0 !important;
|
|
|
|
}
|
2017-01-24 11:05:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ellipsis {
|
2017-05-07 14:47:31 -04:00
|
|
|
&::after {
|
2017-01-24 11:05:44 -05:00
|
|
|
content: "…";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.notification__favourite-icon-wrapper {
|
2018-01-14 18:48:54 -05:00
|
|
|
left: 0;
|
2018-01-13 17:48:18 -05:00
|
|
|
position: absolute;
|
|
|
|
|
2018-01-14 19:05:44 -05:00
|
|
|
.fa.star-icon {
|
2018-01-13 17:48:18 -05:00
|
|
|
color: $gold-star;
|
|
|
|
}
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.star-icon.active {
|
|
|
|
color: $gold-star;
|
2017-07-15 10:45:39 -04:00
|
|
|
}
|
|
|
|
|
2018-05-21 12:57:51 -04:00
|
|
|
.bookmark-icon.active {
|
|
|
|
color: $red-bookmark;
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.notification__display-name {
|
|
|
|
color: inherit;
|
|
|
|
font-weight: 500;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $primary-text-color;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.display-name {
|
2018-01-13 13:41:20 -05:00
|
|
|
display: block;
|
2018-01-13 18:47:59 -05:00
|
|
|
padding: 6px 0;
|
2018-01-13 13:41:20 -05:00
|
|
|
max-width: 100%;
|
2018-01-13 18:47:59 -05:00
|
|
|
height: 36px;
|
2018-01-13 13:41:20 -05:00
|
|
|
overflow: hidden;
|
2018-01-13 17:48:18 -05:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2018-01-13 18:47:59 -05:00
|
|
|
|
|
|
|
strong {
|
|
|
|
display: block;
|
|
|
|
height: 18px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 18px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: block;
|
|
|
|
height: 18px;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 18px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
strong {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.inline {
|
|
|
|
padding: 0;
|
|
|
|
height: 18px;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 18px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
strong {
|
|
|
|
display: inline;
|
|
|
|
height: auto;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: inline;
|
|
|
|
height: auto;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
}
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.display-name__html {
|
|
|
|
font-weight: 500;
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.display-name__account {
|
|
|
|
font-size: 14px;
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.image-loader {
|
|
|
|
position: relative;
|
2018-04-08 17:15:25 -04:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2018-04-08 18:56:59 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2018-05-20 15:38:12 -04:00
|
|
|
flex-direction: column;
|
2018-04-08 18:56:59 -04:00
|
|
|
|
|
|
|
.image-loader__preview-canvas {
|
|
|
|
max-width: $media-modal-media-max-width;
|
|
|
|
max-height: $media-modal-media-max-height;
|
|
|
|
background: url('~images/void.png') repeat;
|
|
|
|
object-fit: contain;
|
|
|
|
}
|
2016-09-10 04:14:36 -04:00
|
|
|
|
2018-05-20 15:38:12 -04:00
|
|
|
.loading-bar {
|
|
|
|
position: relative;
|
2016-09-10 04:14:36 -04:00
|
|
|
}
|
|
|
|
|
2018-04-08 17:15:25 -04:00
|
|
|
&.image-loader--amorphous .image-loader__preview-canvas {
|
|
|
|
display: none;
|
2016-08-24 15:08:00 -04:00
|
|
|
}
|
2018-04-08 17:15:25 -04:00
|
|
|
}
|
2017-01-26 08:52:07 -05:00
|
|
|
|
2018-04-08 17:15:25 -04:00
|
|
|
.zoomable-image {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
2018-04-08 18:56:59 -04:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: $media-modal-media-max-width;
|
|
|
|
max-height: $media-modal-media-max-height;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
object-fit: contain;
|
|
|
|
}
|
2016-08-24 15:08:00 -04:00
|
|
|
}
|
2016-08-31 16:58:10 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.dropdown {
|
2017-02-08 19:20:09 -05:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.dropdown__content {
|
|
|
|
display: none;
|
2018-01-13 13:41:20 -05:00
|
|
|
position: absolute;
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.dropdown-menu__separator {
|
|
|
|
border-bottom: 1px solid darken($ui-secondary-color, 8%);
|
|
|
|
margin: 5px 7px 6px;
|
|
|
|
height: 0;
|
2017-10-05 19:07:59 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.dropdown-menu {
|
|
|
|
background: $ui-secondary-color;
|
|
|
|
padding: 4px 0;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 2px 4px 15px rgba($base-shadow-color, 0.4);
|
2017-02-08 19:20:09 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
ul {
|
|
|
|
list-style: none;
|
2017-10-29 11:11:32 -04:00
|
|
|
}
|
2018-01-13 17:48:18 -05:00
|
|
|
}
|
2017-10-29 11:11:32 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.dropdown-menu__arrow {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border: 0 solid transparent;
|
2017-05-24 11:55:00 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&.left {
|
|
|
|
right: -5px;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-width: 5px 0 5px 5px;
|
|
|
|
border-left-color: $ui-secondary-color;
|
2017-09-13 21:39:10 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&.top {
|
|
|
|
bottom: -5px;
|
2018-09-06 16:00:25 -04:00
|
|
|
margin-left: -7px;
|
2018-01-13 17:48:18 -05:00
|
|
|
border-width: 5px 7px 0;
|
|
|
|
border-top-color: $ui-secondary-color;
|
2017-05-12 19:38:51 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&.bottom {
|
|
|
|
top: -5px;
|
2018-09-06 16:00:25 -04:00
|
|
|
margin-left: -7px;
|
2018-01-13 17:48:18 -05:00
|
|
|
border-width: 0 7px 5px;
|
|
|
|
border-bottom-color: $ui-secondary-color;
|
|
|
|
}
|
2017-04-11 15:24:17 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&.right {
|
|
|
|
left: -5px;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-width: 5px 5px 5px 0;
|
|
|
|
border-right-color: $ui-secondary-color;
|
2017-04-11 15:24:17 -04:00
|
|
|
}
|
2017-02-08 19:20:09 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.dropdown-menu__item {
|
|
|
|
a {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
display: block;
|
|
|
|
padding: 4px 14px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-decoration: none;
|
|
|
|
background: $ui-secondary-color;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $inverted-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2017-05-23 22:22:46 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&:focus,
|
|
|
|
&:hover,
|
|
|
|
&:active {
|
|
|
|
background: $ui-highlight-color;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $secondary-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
outline: 0;
|
2017-05-23 22:22:46 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.dropdown--active .dropdown__content {
|
2018-01-13 13:41:20 -05:00
|
|
|
display: block;
|
2018-01-13 17:48:18 -05:00
|
|
|
line-height: 18px;
|
|
|
|
max-width: 311px;
|
|
|
|
right: 0;
|
|
|
|
text-align: left;
|
|
|
|
z-index: 9999;
|
2017-06-21 22:05:24 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
& > ul {
|
|
|
|
list-style: none;
|
|
|
|
background: $ui-secondary-color;
|
|
|
|
padding: 4px 0;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 0 15px rgba($base-shadow-color, 0.4);
|
|
|
|
min-width: 140px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2017-04-22 22:26:55 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&.dropdown__right {
|
|
|
|
right: 0;
|
|
|
|
}
|
2017-02-14 14:59:26 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&.dropdown__left {
|
|
|
|
& > ul {
|
|
|
|
left: -98px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& > ul > li > a {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
display: block;
|
|
|
|
padding: 4px 14px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-decoration: none;
|
|
|
|
background: $ui-secondary-color;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $inverted-text-color;
|
2017-06-27 12:07:21 -04:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2018-01-13 17:48:18 -05:00
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: $ui-highlight-color;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $secondary-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
}
|
2017-02-14 14:59:26 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.dropdown__icon {
|
|
|
|
vertical-align: middle;
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.static-content {
|
|
|
|
padding: 10px;
|
|
|
|
padding-top: 20px;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $dark-text-color;
|
2017-02-08 19:20:09 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
h1 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
text-align: center;
|
2017-02-08 19:20:09 -05:00
|
|
|
}
|
2017-10-06 14:40:17 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
p {
|
|
|
|
font-size: 13px;
|
|
|
|
margin-bottom: 20px;
|
2017-10-06 14:40:17 -04:00
|
|
|
}
|
2017-02-08 19:20:09 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.tabs-bar {
|
2017-04-22 22:26:55 -04:00
|
|
|
display: flex;
|
2018-01-13 17:48:18 -05:00
|
|
|
background: lighten($ui-base-color, 8%);
|
|
|
|
flex: 0 0 auto;
|
|
|
|
overflow-y: auto;
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.tabs-bar__link {
|
|
|
|
display: block;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
padding: 15px 10px;
|
|
|
|
color: $primary-text-color;
|
2017-02-08 19:20:09 -05:00
|
|
|
text-decoration: none;
|
2018-01-13 17:48:18 -05:00
|
|
|
text-align: center;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 500;
|
|
|
|
border-bottom: 2px solid lighten($ui-base-color, 8%);
|
|
|
|
transition: all 200ms linear;
|
2017-02-08 19:20:09 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.fa {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
2017-02-08 19:20:09 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&.active {
|
|
|
|
border-bottom: 2px solid $ui-highlight-color;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $highlight-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
}
|
2018-01-13 13:41:20 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
@include multi-columns('screen and (min-width: 631px)') {
|
|
|
|
background: lighten($ui-base-color, 14%);
|
|
|
|
transition: all 100ms linear;
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
2017-02-08 19:20:09 -05:00
|
|
|
}
|
2017-02-28 19:18:34 -05:00
|
|
|
|
2018-09-06 13:42:16 -04:00
|
|
|
span:last-child {
|
2018-01-13 17:48:18 -05:00
|
|
|
margin-left: 5px;
|
|
|
|
display: none;
|
2017-02-28 19:18:34 -05:00
|
|
|
}
|
2017-02-08 19:20:09 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
@include multi-columns('screen and (min-width: 631px)', $parent: null) {
|
|
|
|
.tabs-bar {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.scrollable {
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
will-change: transform; // improves perf in mobile Chrome
|
2016-08-31 16:58:10 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&.optionally-scrollable {
|
|
|
|
overflow-y: auto;
|
2016-09-01 08:12:11 -04:00
|
|
|
}
|
2016-11-18 18:28:42 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
@supports(display: grid) { // hack to fix Chrome <57
|
|
|
|
contain: strict;
|
2016-11-18 18:28:42 -05:00
|
|
|
}
|
2016-09-01 08:12:11 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.scrollable.fullscreen {
|
|
|
|
@supports(display: grid) { // hack to fix Chrome <57
|
|
|
|
contain: none;
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
user-select: none;
|
|
|
|
-webkit-tap-highlight-color: rgba($base-overlay-background, 0);
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
}
|
2016-11-20 13:39:18 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle-screenreader-only {
|
|
|
|
border: 0;
|
|
|
|
clip: rect(0 0 0 0);
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
}
|
2016-11-20 13:39:18 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle--disabled {
|
|
|
|
cursor: not-allowed;
|
|
|
|
opacity: 0.5;
|
|
|
|
transition: opacity 0.25s;
|
|
|
|
}
|
2017-01-26 12:48:56 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle-track {
|
|
|
|
width: 50px;
|
|
|
|
height: 24px;
|
|
|
|
padding: 0;
|
|
|
|
border-radius: 30px;
|
|
|
|
background-color: $ui-base-color;
|
|
|
|
transition: all 0.2s ease;
|
|
|
|
}
|
2017-01-26 12:48:56 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
|
|
|
|
background-color: darken($ui-base-color, 10%);
|
2016-11-20 13:39:18 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle--checked .react-toggle-track {
|
|
|
|
background-color: $ui-highlight-color;
|
|
|
|
}
|
2017-02-10 16:58:29 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
|
|
|
|
background-color: lighten($ui-highlight-color, 10%);
|
|
|
|
}
|
2017-10-06 14:40:17 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle-track-check {
|
|
|
|
position: absolute;
|
|
|
|
width: 14px;
|
|
|
|
height: 10px;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
line-height: 0;
|
|
|
|
left: 8px;
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 0.25s ease;
|
2017-02-10 16:58:29 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle--checked .react-toggle-track-check {
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.25s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.react-toggle-track-x {
|
2018-01-13 13:41:20 -05:00
|
|
|
position: absolute;
|
2018-01-13 17:48:18 -05:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
line-height: 0;
|
|
|
|
right: 10px;
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 0.25s ease;
|
|
|
|
}
|
2017-04-23 15:34:33 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle--checked .react-toggle-track-x {
|
|
|
|
opacity: 0;
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle-thumb {
|
|
|
|
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
|
|
|
|
position: absolute;
|
|
|
|
top: 1px;
|
|
|
|
left: 1px;
|
|
|
|
width: 22px;
|
|
|
|
height: 22px;
|
|
|
|
border: 1px solid $ui-base-color;
|
|
|
|
border-radius: 50%;
|
|
|
|
background-color: darken($simple-background-color, 2%);
|
|
|
|
box-sizing: border-box;
|
|
|
|
transition: all 0.25s ease;
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.react-toggle--checked .react-toggle-thumb {
|
|
|
|
left: 27px;
|
|
|
|
border-color: $ui-highlight-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.getting-started__wrapper,
|
|
|
|
.getting_started {
|
|
|
|
background: $ui-base-color;
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.getting-started__wrapper {
|
|
|
|
position: relative;
|
|
|
|
overflow-y: auto;
|
2016-08-31 16:58:10 -04:00
|
|
|
}
|
2016-09-07 12:17:15 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.getting-started {
|
|
|
|
background: $ui-base-color;
|
|
|
|
flex: 1 0 auto;
|
2016-09-29 18:00:45 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
p {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $secondary-text-color;
|
2017-06-27 07:43:53 -04:00
|
|
|
}
|
2017-06-06 13:30:17 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
a {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $dark-text-color;
|
2017-06-27 07:43:53 -04:00
|
|
|
}
|
2018-01-13 17:48:18 -05:00
|
|
|
}
|
2017-07-08 11:21:59 -04:00
|
|
|
|
2018-01-22 20:05:13 -05:00
|
|
|
.column-link__badge {
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 19px;
|
|
|
|
font-weight: 500;
|
|
|
|
background: $ui-base-color;
|
|
|
|
padding: 4px 8px;
|
|
|
|
margin: -6px 10px;
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.keyboard-shortcuts {
|
|
|
|
padding: 8px 0 0;
|
|
|
|
overflow: hidden;
|
2017-07-08 11:21:59 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
thead {
|
|
|
|
position: absolute;
|
|
|
|
left: -9999px;
|
|
|
|
}
|
2017-07-08 11:21:59 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
td {
|
|
|
|
padding: 0 10px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
kbd {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 3px 5px;
|
|
|
|
background-color: lighten($ui-base-color, 8%);
|
|
|
|
border: 1px solid darken($ui-base-color, 4%);
|
2017-07-08 11:21:59 -04:00
|
|
|
}
|
2017-01-27 22:04:09 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.setting-text {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $darker-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
border-bottom: 2px solid $ui-primary-color;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: block;
|
|
|
|
font-family: inherit;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 7px 0;
|
|
|
|
width: 100%;
|
2018-01-13 13:41:20 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&:focus,
|
|
|
|
&:active {
|
2018-01-13 13:41:20 -05:00
|
|
|
color: $primary-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
border-bottom-color: $ui-highlight-color;
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
@include limited-single-column('screen and (max-width: 600px)') {
|
|
|
|
font-size: 16px;
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&.light {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $inverted-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
border-bottom: 2px solid lighten($ui-base-color, 27%);
|
|
|
|
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $inverted-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
border-bottom-color: $ui-highlight-color;
|
|
|
|
}
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.no-reduce-motion button.icon-button i.fa-retweet {
|
|
|
|
background-position: 0 0;
|
|
|
|
height: 19px;
|
|
|
|
transition: background-position 0.9s steps(10);
|
|
|
|
transition-duration: 0s;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 22px;
|
2018-01-13 13:41:20 -05:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&::before {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2018-01-13 13:41:20 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.no-reduce-motion button.icon-button.active i.fa-retweet {
|
|
|
|
transition-duration: 0.9s;
|
|
|
|
background-position: 0 100%;
|
2017-09-21 22:59:17 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.reduce-motion button.icon-button i.fa-retweet {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $action-button-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
transition: color 100ms ease-in;
|
2017-09-21 22:59:17 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.reduce-motion button.icon-button.active i.fa-retweet {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $highlight-text-color;
|
2017-02-28 18:53:11 -05:00
|
|
|
}
|
|
|
|
|
2018-09-11 11:24:31 -04:00
|
|
|
.reduce-motion button.icon-button.disabled i.fa-retweet {
|
|
|
|
color: darken($action-button-color, 13%);
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.load-more {
|
2016-09-29 18:00:45 -04:00
|
|
|
display: block;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $dark-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
|
|
|
font-size: inherit;
|
|
|
|
text-align: center;
|
|
|
|
line-height: inherit;
|
|
|
|
margin: 0;
|
|
|
|
padding: 15px;
|
2018-09-05 05:46:01 -04:00
|
|
|
box-sizing: border-box;
|
2018-01-13 17:48:18 -05:00
|
|
|
width: 100%;
|
|
|
|
clear: both;
|
2018-09-05 05:46:01 -04:00
|
|
|
text-decoration: none;
|
2016-10-06 16:47:35 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
&:hover {
|
|
|
|
background: lighten($ui-base-color, 2%);
|
2016-10-06 16:47:35 -04:00
|
|
|
}
|
|
|
|
}
|
2016-10-12 07:17:17 -04:00
|
|
|
|
2018-05-27 14:23:56 -04:00
|
|
|
.load-gap {
|
|
|
|
border-bottom: 1px solid lighten($ui-base-color, 8%);
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.missing-indicator {
|
2018-01-18 11:25:37 -05:00
|
|
|
padding-top: 20px + 48px;
|
2017-04-10 10:27:30 -04:00
|
|
|
|
2018-01-18 11:25:37 -05:00
|
|
|
.regeneration-indicator__figure {
|
|
|
|
background-image: url('~flavours/glitch/images/elephant_ui_disappointed.svg');
|
2017-04-10 10:27:30 -04:00
|
|
|
}
|
2017-02-08 19:20:09 -05:00
|
|
|
}
|
|
|
|
|
2018-01-13 18:47:59 -05:00
|
|
|
.scrollable > div > :first-child .notification__dismiss-overlay > .wrappy {
|
|
|
|
border-top: 1px solid $ui-base-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification__dismiss-overlay {
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: -1px;
|
|
|
|
padding-left: 15px; // space for the box shadow to be visible
|
|
|
|
|
|
|
|
z-index: 999;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-end;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.wrappy {
|
|
|
|
width: $dismiss-overlay-width;
|
|
|
|
align-self: stretch;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
background: lighten($ui-base-color, 8%);
|
|
|
|
border-left: 1px solid lighten($ui-base-color, 20%);
|
|
|
|
box-shadow: 0 0 5px black;
|
|
|
|
border-bottom: 1px solid $ui-base-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ckbox {
|
|
|
|
border: 2px solid $ui-primary-color;
|
|
|
|
border-radius: 2px;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
font-size: 20px;
|
2018-05-23 12:29:15 -04:00
|
|
|
color: $darker-text-color;
|
2018-01-13 18:47:59 -05:00
|
|
|
text-shadow: 0 0 5px black;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline: 0 !important;
|
|
|
|
|
|
|
|
.ckbox {
|
|
|
|
box-shadow: 0 0 1px 1px $ui-highlight-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.text-btn {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
color: inherit;
|
|
|
|
border: 0;
|
|
|
|
background: transparent;
|
2017-04-16 14:32:00 -04:00
|
|
|
cursor: pointer;
|
2018-01-13 17:48:18 -05:00
|
|
|
}
|
2017-04-16 14:32:00 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.loading-indicator {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $dark-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
|
|
|
text-transform: uppercase;
|
|
|
|
overflow: visible;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2017-06-05 04:09:14 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
span {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin-left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
margin: 82px 0 0 50%;
|
|
|
|
white-space: nowrap;
|
|
|
|
animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
2017-06-05 04:09:14 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.loading-indicator__figure {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border: 0 solid lighten($ui-base-color, 26%);
|
|
|
|
border-radius: 50%;
|
|
|
|
animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.610, 0.355, 1.000);
|
|
|
|
}
|
2017-04-16 14:32:00 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
@keyframes loader-figure {
|
|
|
|
0% {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
background-color: lighten($ui-base-color, 26%);
|
2017-04-16 14:32:00 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
29% {
|
|
|
|
background-color: lighten($ui-base-color, 26%);
|
|
|
|
}
|
2017-04-16 14:32:00 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
30% {
|
|
|
|
width: 42px;
|
|
|
|
height: 42px;
|
|
|
|
background-color: transparent;
|
|
|
|
border-width: 21px;
|
|
|
|
opacity: 1;
|
2017-04-16 14:32:00 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
100% {
|
|
|
|
width: 42px;
|
|
|
|
height: 42px;
|
|
|
|
border-width: 0;
|
|
|
|
opacity: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
2017-04-16 14:32:00 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
@keyframes loader-label {
|
|
|
|
0% { opacity: 0.25; }
|
|
|
|
30% { opacity: 1; }
|
|
|
|
100% { opacity: 0.25; }
|
|
|
|
}
|
2017-04-16 14:32:00 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.spoiler-button {
|
|
|
|
display: none;
|
|
|
|
left: 4px;
|
|
|
|
position: absolute;
|
|
|
|
text-shadow: 0 1px 1px $base-shadow-color, 1px 0 1px $base-shadow-color;
|
|
|
|
top: 4px;
|
|
|
|
z-index: 100;
|
|
|
|
|
|
|
|
&.spoiler-button--visible {
|
|
|
|
display: block;
|
2017-04-16 14:32:00 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.setting-toggle {
|
|
|
|
display: block;
|
|
|
|
line-height: 24px;
|
2017-04-16 14:32:00 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.setting-toggle__label,
|
|
|
|
.setting-meta__label {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $darker-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
margin-left: 8px;
|
|
|
|
vertical-align: middle;
|
2017-04-16 14:32:00 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.setting-meta__label {
|
|
|
|
float: right;
|
2017-05-03 08:02:15 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
@keyframes heartbeat {
|
|
|
|
from {
|
|
|
|
transform: scale(1);
|
|
|
|
transform-origin: center center;
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
}
|
2017-04-16 14:32:00 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
10% {
|
|
|
|
transform: scale(0.91);
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
}
|
2017-04-16 14:32:00 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
17% {
|
|
|
|
transform: scale(0.98);
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
}
|
2017-04-16 14:32:00 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
33% {
|
|
|
|
transform: scale(0.87);
|
|
|
|
animation-timing-function: ease-in;
|
2017-04-16 14:32:00 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
45% {
|
|
|
|
transform: scale(1);
|
|
|
|
animation-timing-function: ease-out;
|
2017-04-16 14:32:00 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.pulse-loading {
|
|
|
|
animation: heartbeat 1.5s ease-in-out infinite both;
|
|
|
|
}
|
2017-05-03 08:02:15 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.upload-area {
|
|
|
|
align-items: center;
|
|
|
|
background: rgba($base-overlay-background, 0.8);
|
2017-04-11 15:24:17 -04:00
|
|
|
display: flex;
|
2018-01-13 17:48:18 -05:00
|
|
|
height: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
left: 0;
|
|
|
|
opacity: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 2000;
|
2017-04-11 15:24:17 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
* {
|
|
|
|
pointer-events: none;
|
2017-04-10 22:28:52 -04:00
|
|
|
}
|
|
|
|
}
|
2017-04-15 07:17:54 -04:00
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.upload-area__drop {
|
|
|
|
width: 320px;
|
|
|
|
height: 160px;
|
|
|
|
display: flex;
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: relative;
|
|
|
|
padding: 8px;
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.upload-area__background {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: -1;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: $ui-base-color;
|
|
|
|
box-shadow: 0 0 5px rgba($base-shadow-color, 0.2);
|
2017-04-22 22:26:55 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.upload-area__content {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $secondary-text-color;
|
2018-01-13 17:48:18 -05:00
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 500;
|
|
|
|
border: 2px dashed $ui-base-lighter-color;
|
|
|
|
border-radius: 4px;
|
2017-04-22 22:39:50 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.dropdown--active .emoji-button img {
|
|
|
|
opacity: 1;
|
|
|
|
filter: none;
|
2017-04-22 22:39:50 -04:00
|
|
|
}
|
|
|
|
|
2018-01-13 17:48:18 -05:00
|
|
|
.loading-bar {
|
|
|
|
background-color: $ui-highlight-color;
|
|
|
|
height: 3px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2018-09-06 13:17:14 -04:00
|
|
|
.icon-badge-wrapper {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-badge {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
right: -.25em;
|
|
|
|
top: -.25em;
|
|
|
|
background-color: $ui-highlight-color;
|
|
|
|
border-radius: 50%;
|
|
|
|
font-size: 75%;
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
}
|
|
|
|
|
2017-07-19 18:20:54 -04:00
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2017-06-07 18:52:56 -04:00
|
|
|
noscript {
|
|
|
|
text-align: center;
|
|
|
|
|
2017-07-23 14:28:06 -04:00
|
|
|
img {
|
|
|
|
width: 200px;
|
|
|
|
opacity: 0.5;
|
|
|
|
animation: flicker 4s infinite;
|
|
|
|
}
|
|
|
|
|
2017-06-07 18:52:56 -04:00
|
|
|
div {
|
2017-07-23 14:28:06 -04:00
|
|
|
font-size: 14px;
|
|
|
|
margin: 30px auto;
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $secondary-text-color;
|
2017-07-23 14:28:06 -04:00
|
|
|
max-width: 400px;
|
2017-09-02 08:02:15 -04:00
|
|
|
|
|
|
|
a {
|
2018-05-05 11:58:46 -04:00
|
|
|
color: $highlight-text-color;
|
2017-09-02 08:02:15 -04:00
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2017-06-07 18:52:56 -04:00
|
|
|
}
|
|
|
|
}
|
2017-07-20 19:38:24 -04:00
|
|
|
|
2017-07-23 14:28:06 -04:00
|
|
|
@keyframes flicker {
|
|
|
|
0% { opacity: 1; }
|
|
|
|
30% { opacity: 0.75; }
|
|
|
|
100% { opacity: 1; }
|
|
|
|
}
|
|
|
|
|
2018-01-13 19:12:10 -05:00
|
|
|
@import 'boost';
|
|
|
|
@import 'accounts';
|
2018-03-04 15:46:27 -05:00
|
|
|
@import 'domains';
|
2018-01-13 17:48:18 -05:00
|
|
|
@import 'status';
|
|
|
|
@import 'modal';
|
2018-01-13 13:41:20 -05:00
|
|
|
@import 'metadata';
|
2017-12-29 17:55:06 -05:00
|
|
|
@import 'composer';
|
2018-01-13 19:12:10 -05:00
|
|
|
@import 'columns';
|
2018-01-18 11:25:37 -05:00
|
|
|
@import 'regeneration_indicator';
|
2018-01-13 19:12:10 -05:00
|
|
|
@import 'search';
|
|
|
|
@import 'emoji';
|
2017-10-13 18:58:38 -04:00
|
|
|
@import 'doodle';
|
2017-12-29 17:55:06 -05:00
|
|
|
@import 'drawer';
|
2018-01-13 17:18:50 -05:00
|
|
|
@import 'media';
|
|
|
|
@import 'sensitive';
|
2018-01-13 19:12:10 -05:00
|
|
|
@import 'lists';
|
2017-12-07 16:35:37 -05:00
|
|
|
@import 'emoji_picker';
|
|
|
|
@import 'local_settings';
|