mirror of
https://github.com/oceanprotocol/status-frontend.git
synced 2024-11-21 17:36:58 +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;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
||||
border-radius: 10px;
|
||||
transition: color 0.15s ease, border-color 0.15s ease;
|
||||
max-width: 300px;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.up {
|
||||
border: 2px solid #5fb359;
|
||||
}
|
||||
|
||||
.warning {
|
||||
border: 1px solid #eac146;
|
||||
border: 2px solid #eac146;
|
||||
}
|
||||
|
||||
.down {
|
||||
border: 2px solid #d80606;
|
||||
}
|
||||
|
||||
.card:hover,
|
||||
|
Loading…
Reference in New Issue
Block a user