mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 01:40:10 +00:00
20 lines
281 B
SCSS
20 lines
281 B
SCSS
@import "../../node_modules/bootstrap4/scss/bootstrap";
|
|
|
|
.icon-button {
|
|
color: $text-muted;
|
|
}
|
|
|
|
.icon-button:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
.icon-button:active {
|
|
color: $text-muted;
|
|
}
|
|
|
|
.nav-link:hover {
|
|
background-color: $list-group-hover-bg;
|
|
}
|
|
|
|
@import "../base.scss";
|