Tag: Manual revert |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css"); | @import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css"); | ||
.cosmos-bannerOption { | |||
display: flex; | |||
height: 100%; | |||
&:hover { | |||
>.cosmos-bannerOption-button { | |||
display: inline-flex; | |||
align-items: center; | |||
margin-top: 0; | |||
margin-bottom: 0; | |||
justify-items: center; | |||
stroke: #fff; | |||
stroke-width: 2px; | |||
transition: 0.4s; | |||
} | |||
.cosmos-bannerOption-icon { | |||
stroke: #fff; | |||
} | |||
.cosmos-bannerOption-dropdownIcon { | |||
fill: #fff; | |||
stroke: #fff; | |||
} | |||
} | |||
} | |||
Revision as of 14:42, 10 January 2023
/* CSS placed here will be applied to all skins */
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
.cosmos-bannerOption {
display: flex;
height: 100%;
&:hover {
>.cosmos-bannerOption-button {
display: inline-flex;
align-items: center;
margin-top: 0;
margin-bottom: 0;
justify-items: center;
stroke: #fff;
stroke-width: 2px;
transition: 0.4s;
}
.cosmos-bannerOption-icon {
stroke: #fff;
}
.cosmos-bannerOption-dropdownIcon {
fill: #fff;
stroke: #fff;
}
}
}
