mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 05:18:01 +08:00
Incorrect bottom action bar states for Protocol templates [SCI-8008]
This commit is contained in:
parent
da31883ac3
commit
ecf27c679e
1 changed files with 14 additions and 0 deletions
|
@ -59,6 +59,20 @@
|
||||||
.btn {
|
.btn {
|
||||||
margin-right: .25em;
|
margin-right: .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn:focus {
|
||||||
|
box-shadow: 0 0 0 3px $brand-focus;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-light {
|
||||||
|
&:active {
|
||||||
|
background-color: $color-alto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: $color-white;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination-info,
|
.pagination-info,
|
||||||
|
|
Loading…
Add table
Reference in a new issue