Api Key view

This commit is contained in:
Paul Schneider
2021-07-12 02:17:26 +01:00
parent cd7c0be03d
commit 82cec8eece
4 changed files with 48 additions and 2 deletions

View File

@ -22,3 +22,31 @@
height: 100px; }
.grants-page .card label {
font-weight: bold; }
.expired {
color: white;
background-color: red;
}
.ok {
font-weight: bolder;
color: white;
background-color: black;
}
.nomoretam {
font-weight: bolder;
color: black;
background-color: orange;
}
.ok a {
color: rgb(47, 228, 228);
background-color: black;
}
.ok a:hover {
color: rgb(119, 255, 255);
background-color: black;
}