mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
adding back css that was removed
This commit is contained in:
@@ -43,3 +43,8 @@
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.button-not-clickable {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@@ -47,3 +47,22 @@ td.table-empty-message {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.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