2017-11-13 01:23:39 -05:00
|
|
|
@import "./widgets/container.scss";
|
|
|
|
|
2018-09-24 14:33:06 -04:00
|
|
|
@import "./widgets/main-menu.scss";
|
2017-11-13 01:23:39 -05:00
|
|
|
@import "./widgets/menu-container.scss";
|
|
|
|
@import "./widgets/tab-container.scss";
|
|
|
|
|
|
|
|
@import "./widgets/menu-tree.scss";
|
|
|
|
@import "./widgets/profile-selector.scss";
|
2018-03-22 22:39:27 -04:00
|
|
|
@import "./widgets/badge-visibility.scss";
|
2019-06-01 02:11:22 -04:00
|
|
|
@import "./widgets/add-ons.scss";
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2018-06-27 14:13:59 -04:00
|
|
|
@import "./widgets/color-picker.scss";
|
2019-06-08 17:35:48 -04:00
|
|
|
@import "./widgets/icon-picker.scss";
|
2018-06-27 14:13:59 -04:00
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2017-12-13 17:35:20 -05:00
|
|
|
.tw-display-inline { display: inline !important }
|
|
|
|
.tw-width-auto { width: auto !important }
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2018-07-05 20:27:17 -04:00
|
|
|
.ffz-unmatched-item { opacity: 0.25 }
|
|
|
|
.ffz-monospace { font-family: monospace }
|
|
|
|
.ffz-bottom-100 { bottom: 100% }
|
2018-06-27 14:13:59 -04:00
|
|
|
|
2019-06-09 19:48:26 -04:00
|
|
|
.ffz--autocomplete {
|
|
|
|
.scrollable-area {
|
|
|
|
max-height: 20rem;
|
|
|
|
}
|
|
|
|
}
|
2018-05-31 18:34:15 -04:00
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--widget {
|
|
|
|
input, select {
|
|
|
|
min-width: 20rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
min-width: 15rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-05-31 18:34:15 -04:00
|
|
|
.ffz-min-width-unset {
|
|
|
|
min-width: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-04-28 17:56:03 -04:00
|
|
|
.ffz--color-widget input,
|
|
|
|
.ffz--inline label {
|
|
|
|
min-width: unset;
|
|
|
|
}
|
|
|
|
|
2019-02-12 17:39:54 -05:00
|
|
|
.ffz--reset-button {
|
|
|
|
height: 2.6rem;
|
|
|
|
|
|
|
|
.tw-button__text {
|
|
|
|
padding: 0.1rem 0.4rem !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-28 17:56:03 -04:00
|
|
|
|
|
|
|
.ffz-color-preview {
|
|
|
|
margin: 1px;
|
|
|
|
|
|
|
|
figure.ffz-i-eyedropper {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
figure {
|
|
|
|
opacity: 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
figure {
|
|
|
|
width: 3rem;
|
|
|
|
margin: .4rem;
|
2018-06-27 14:13:59 -04:00
|
|
|
text-align: center;
|
2018-04-28 17:56:03 -04:00
|
|
|
|
|
|
|
height: calc(100% - .8rem);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--menu-page {
|
|
|
|
padding: 1rem;
|
|
|
|
|
|
|
|
header {
|
|
|
|
a {
|
|
|
|
font-weight: bold;
|
2018-03-24 04:19:41 -04:00
|
|
|
color: inherit !important;
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ffz--profile-editor {
|
|
|
|
.tw-button:disabled:not(:hover):not(:focus) {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
width: 10rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-04-01 18:24:08 -04:00
|
|
|
.ffz--chat-actions,
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--profile-manager {
|
2018-04-01 18:24:08 -04:00
|
|
|
.ffz--action,
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz--profile {
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow:
|
|
|
|
inset 0 0 0 1px #7d5bbe,
|
|
|
|
0 0 6px -2px #7d5bbe !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.handle {
|
|
|
|
opacity: 0.3;
|
|
|
|
margin: -0.5rem 0;
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--profile__icon {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
2018-04-28 17:56:03 -04:00
|
|
|
}
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2018-04-28 17:56:03 -04:00
|
|
|
.ffz--profile {
|
2017-11-13 01:23:39 -05:00
|
|
|
.ffz-i-ok { color: green }
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortable-ghost {
|
|
|
|
opacity: 0.25
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ffz--filter-editor {
|
|
|
|
.ffz--rule {
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow:
|
|
|
|
inset 0 0 0 1px #7d5bbe,
|
|
|
|
0 0 6px -2px #7d5bbe !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.handle {
|
|
|
|
opacity: 0.3;
|
|
|
|
margin: -0.5rem 0;
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--filter__icon {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-i-ok { color: green }
|
|
|
|
}
|
|
|
|
|
|
|
|
.sortable-ghost {
|
|
|
|
opacity: 0.25
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ffz--home {
|
|
|
|
h2, p {
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style-type: disc;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tweet-column {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-12 17:39:54 -05:00
|
|
|
.ffz--discord-button {
|
|
|
|
border: 0 !important;
|
|
|
|
background-color: #7289DA !important;
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
background-color: #546bbf !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--ffz-button {
|
|
|
|
border: 0 !important;
|
|
|
|
background-color: #463954 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
background-color: #594370 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--twitter-button {
|
|
|
|
border: 0 !important;
|
|
|
|
background-color: #1da1f2 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
background-color: #2b96d9 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
|
|
|
|
.ffz--changelog {
|
2018-07-14 17:04:06 -04:00
|
|
|
ul, p {
|
2017-11-13 01:23:39 -05:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
padding: 2px 5px;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
|
2018-11-12 13:34:53 -05:00
|
|
|
.tw-root--theme-dark & {
|
2017-11-13 01:23:39 -05:00
|
|
|
background-color: rgba(255,255,255,0.05);
|
|
|
|
}
|
|
|
|
}
|
2019-06-01 02:11:22 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
@mixin button-colors($color, $text, $shadow) {
|
|
|
|
&:hover, &:focus {
|
|
|
|
background: $color !important;
|
|
|
|
border-color: $color !important;
|
|
|
|
color: $text !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
box-shadow: 0 0 $shadow $color !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--pill-enabled {
|
|
|
|
background-color: #007600 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--button-enable {
|
|
|
|
@include button-colors(#007600, #fff, 6px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--button-disable {
|
|
|
|
@include button-colors(#bd0f0f, #fff, 6px);
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|