1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-07-10 02:01:53 +02:00
jfa-go/scss/bs4/bs4.scss
Harvey Tindall cd61989495
Initial features of accounts tab
It's rough right now, but the accounts tab shows a list of users and
info. Right now the only action available is to apply settings (from
template or another user) to a selection of users. More to come.
2020-09-17 16:51:19 +01:00

16 lines
216 B
SCSS

@import "../../node_modules/bootstrap4/scss/bootstrap";
.icon-button {
color: $text-muted;
}
.icon-button:hover {
color: inherit;
}
.icon-button:active {
color: $text-muted;
}
@import "../base.scss";