Api Key view
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user