File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1+ @import ' ../../../styles/mixins.scss' ;
12@import ' ../../../styles/variables.scss' ;
23
34$block : ' .#{$ns } button-block' ;
45
5- @mixin monochromeButton () {
6- --yc-button-background-color : var (--pc-monochrome-button-background-color );
7- --yc-button-background-color-hover : var (--pc-monochrome-button-background-color-hover );
8- color : var (--pc-monochrome-button-color );
9-
10- & :hover {
11- color : var (--pc-monochrome-button-color );
12- }
13- }
14-
156#{$block } {
167 & __content {
178 display : flex ;
Original file line number Diff line number Diff line change @@ -480,3 +480,13 @@ unpredictable css rules order in build */
480480 color : var (--yc-color-text-link );
481481 }
482482}
483+
484+ @mixin monochromeButton () {
485+ --yc-button-background-color : var (--pc-monochrome-button-background-color );
486+ --yc-button-background-color-hover : var (--pc-monochrome-button-background-color-hover );
487+ color : var (--pc-monochrome-button-color );
488+
489+ & :hover {
490+ color : var (--pc-monochrome-button-color );
491+ }
492+ }
You can’t perform that action at this time.
0 commit comments