mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
7a798dd92e
* Change the color and the hover effect of model close button sitewide [SCI-8344] * Fix hound [SCI-8344]
26 lines
396 B
SCSS
26 lines
396 B
SCSS
@import "constants";
|
|
|
|
.fas-custom {
|
|
background-repeat: no-repeat;
|
|
background-size: 18px;
|
|
display: inline-block;
|
|
fill: $color-silver-chalice;
|
|
height: 18px;
|
|
position: relative;
|
|
top: 5px;
|
|
width: 18px;
|
|
|
|
path {
|
|
cursor: auto;
|
|
fill: inherit;
|
|
}
|
|
}
|
|
|
|
.fas-rotated-90 {
|
|
display: inline-block;
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.fas.fa-times {
|
|
color: $color-volcano !important;
|
|
}
|