1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 01:56:55 +00:00

tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-

This commit is contained in:
SirStendec 2017-12-13 17:35:20 -05:00
parent 5a9a3d221b
commit 4b246ade44
50 changed files with 1564 additions and 2167 deletions

View file

@ -10,11 +10,11 @@ body {
top: -3px;
box-shadow: -1px -1px 0 #dad8de;
.theme--dark & {
.tw-theme--dark & {
box-shadow: -1px -1px 0 #2c2541;
}
.theme--ffz & {
.tw-theme--ffz & {
box-shadow: -1px -1px 0 var(--ffz-color-20);
}
}
@ -23,11 +23,11 @@ body {
bottom: -3px;
box-shadow: 1px 1px 0 #dad8de;
.theme--dark & {
.tw-theme--dark & {
box-shadow: 1px 1px 0 #2c2541;
}
.theme--ffz & {
.tw-theme--ffz & {
box-shadow: 1px 1px 0 var(--ffz-color-20);
}
}
@ -36,11 +36,11 @@ body {
right: -3px;
box-shadow: -1px 1px 0 #dad8de;
.theme--dark & {
.tw-theme--dark & {
box-shadow: -1px 1px 0 #2c2541;
}
.theme--ffz & {
.tw-theme--ffz & {
box-shadow: -1px 1px 0 var(--ffz-color-20);
}
}
@ -49,11 +49,11 @@ body {
left: -3px;
box-shadow: 1px -1px 0 #dad8de;
.theme--dark & {
.tw-theme--dark & {
box-shadow: 1px -1px 0 #2c2541;
}
.theme--ffz & {
.tw-theme--ffz & {
box-shadow: 1px -1px 0 var(--ffz-color-20);
}
}
@ -123,7 +123,7 @@ body {
}
.theme--dark & {
.tw-theme--dark & {
background: #fff;
color: #0e0c13;

View file

@ -7,8 +7,8 @@
@import "./widgets/profile-selector.scss";
.display-inline { display: inline !important }
.width-auto { width: auto !important }
.tw-display-inline { display: inline !important }
.tw-width-auto { width: auto !important }
.ffz--widget {
@ -131,7 +131,7 @@
font-size: 16px;
font-variant: small-caps;
.theme--dark & {
.tw-theme--dark & {
border-bottom-color: #2c2541;
}
@ -152,7 +152,7 @@
border-radius: 2px;
background-color: rgba(0,0,0,0.1);
.theme--dark & {
.tw-theme--dark & {
background-color: rgba(255,255,255,0.05);
}
}

View file

@ -16,7 +16,7 @@
background-color: $bg-light;
.theme--dark & {
.tw-theme--dark & {
background-color: $bg-dark;
}

View file

@ -19,7 +19,7 @@
.active > div,
.active > div:hover,
.theme--dark & .active > div:hover {
.tw-theme--dark & .active > div:hover {
background-color: #6441a4;
color: #fff;
}
@ -29,7 +29,7 @@
background-color: #fff;
.theme--dark & {
.tw-theme--dark & {
background-color: #201c2b;
}
}

View file

@ -2,6 +2,7 @@
position: relative;
.tw-balloon {
position: absolute;
margin-top: 0 !important
}
@ -22,7 +23,7 @@
opacity: .5;
font-variant: italic;
.theme--dark & {
.tw-theme--dark & {
opacity: .25;
}
}
@ -36,7 +37,7 @@
}
&:last-child {
&, .theme--dark & {
&, .tw-theme--dark & {
border-bottom: none !important
}
}
@ -51,7 +52,7 @@
&:hover {
background: rgba(100, 65, 164, .05);
.theme-dark & {
.tw-theme-dark & {
background: rgba(100, 65, 164, .2);
}
}

View file

@ -20,7 +20,7 @@
border-color: $border-light;
.theme--dark & {
.tw-theme--dark & {
border-color: $border-dark;
}