mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 09:50:11 +00:00
Harvey Tindall
cd61989495
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.
16 lines
216 B
SCSS
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";
|