2020-09-16 20:42:22 +00:00
|
|
|
@import "../../node_modules/bootstrap/scss/bootstrap";
|
2020-09-17 15:51:19 +00:00
|
|
|
|
|
|
|
.icon-button {
|
|
|
|
color: $text-muted;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-button:hover {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-button:active {
|
|
|
|
color: $text-muted;
|
|
|
|
}
|
|
|
|
|
2020-09-16 20:42:22 +00:00
|
|
|
@import "../base.scss";
|