mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Added new buttons for forms to be inline and visual highlight
This commit is contained in:
@@ -1171,3 +1171,22 @@ nav.nav {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.is-highlighted {
|
||||
td {
|
||||
background-color: color('blue-cool-5v');
|
||||
animation: fadeHighlight 3s ease-out forwards;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeHighlight {
|
||||
0% {
|
||||
background-color: color('blue-cool-10v');
|
||||
}
|
||||
50% {
|
||||
background-color: color('blue-cool-5v');
|
||||
}
|
||||
100% {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user