Skip to content

Commit

Permalink
Add import button to styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcrisis committed Mar 22, 2022
1 parent 529dcf3 commit 69850ef
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sass/styles/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ body.th-midnight
@extend %full-filter

#{$filter-mute}
@extend %mute-filter
@extend %mute-filter

#{$filter-dark}
@extend %dark-filter
2 changes: 2 additions & 0 deletions sass/styles/_list.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ $filter-main: ".ts-shift-main, #topBG .room-search-input .mag-glass, #topBG .roo

$filter-full: ".ts-shift-invert, #topBG .room-list .roomListItem .roomDJs.needed .icon, #settings.settings-dropdown .logout:before"

$filter-dark: ".ts-dark-filter, #upload-button button"

$filter-mute: ".ts-shift-mute, #topBG .room-list .roomListItem .roomListeners .icon, #topBG .room-list .roomListItem .roomDJs:not(.needed) .icon, .header-social div, .tab-item:not(.selected):not(:hover) .tab-icon, #settings.settings-dropdown .dropdown .option .option:before, .chat-bar .chatsound"
3 changes: 3 additions & 0 deletions sass/styles/blue.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ $tint: 110deg
%full-filter
@include paint($tint + 50deg, 4, 0.55, 1)

%dark-filter
@include paint($tint + 50deg, 4, 0.35, 1)

%mute-filter
@include paint($tint + 70deg, 2, 0.4)

Expand Down
3 changes: 3 additions & 0 deletions sass/styles/green.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ $tint: 20deg
%full-filter
@include paint($tint + 50deg, 3, 0.65, 1)

%dark-filter
@include paint($tint + 50deg, 3, 0.35, 1)

%mute-filter
@include paint($tint + 70deg, 1.5, 0.4)

Expand Down
3 changes: 3 additions & 0 deletions sass/styles/pink.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ $tint: 200deg
%full-filter
@include paint($tint + 50deg, 3, 0.55, 1)

%dark-filter
@include paint($tint + 50deg, 3, 0.25, 1)

%mute-filter
@include paint($tint + 70deg, 1.5, 0.4)

Expand Down
3 changes: 3 additions & 0 deletions sass/styles/purple.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ $tint: 145deg
%full-filter
@include paint($tint + 50deg, 4, 0.55, 1)

%dark-filter
@include paint($tint + 50deg, 4, 0.25, 1)

%mute-filter
@include paint($tint + 70deg, 2, 0.4)

Expand Down
3 changes: 3 additions & 0 deletions sass/styles/teal.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ $tint: 75deg
%full-filter
@include paint($tint + 50deg, 4, 0.55, 1)

%dark-filter
@include paint($tint + 50deg, 4, 0.25, 1)

%mute-filter
@include paint($tint + 70deg, 2, 0.4)

Expand Down

0 comments on commit 69850ef

Please sign in to comment.