scinote-web/app/assets/stylesheets/shared/icons.scss
Soufiane 7a798dd92e
Change of color of "x" for task/step comment [SCI-8344] (#5339)
* Change the color and the hover effect of model close button sitewide [SCI-8344]

* Fix hound [SCI-8344]
2023-04-25 16:09:38 +02:00

27 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;
}