Incorrect bottom action bar states for Protocol templates [SCI-8008]

This commit is contained in:
Giga Chubinidze 2023-03-04 23:03:41 +04:00
parent da31883ac3
commit ecf27c679e

View file

@ -59,6 +59,20 @@
.btn {
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,