mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-22 01:46:56 +01:00
Updated styling + different colours for each status
This commit is contained in:
parent
81e6f2dc6c
commit
0c9a3f8d91
@ -79,14 +79,22 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition: color 0.15s ease, border-color 0.15s ease;
|
transition: color 0.15s ease, border-color 0.15s ease;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
min-width: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.up {
|
||||||
|
border: 2px solid #5fb359;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
border: 1px solid #eac146;
|
border: 2px solid #eac146;
|
||||||
|
}
|
||||||
|
|
||||||
|
.down {
|
||||||
|
border: 2px solid #d80606;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:hover,
|
.card:hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user