mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-23 00:35:12 +00:00
18 lines
259 B
SCSS
18 lines
259 B
SCSS
.cc-window.cc-banner {
|
|
.cc-btn {
|
|
color: $global-font-color;
|
|
|
|
&:hover, &:focus {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
[theme=dark] & {
|
|
color: $global-font-color;
|
|
|
|
&:hover, &:focus {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|