mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
22 lines
341 B
SCSS
22 lines
341 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);
|
|
}
|