refiled directories
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/* Sovran_SystemsOS Hub — tile styling */
|
||||
|
||||
.sovran-tile {
|
||||
border-radius: 16px;
|
||||
padding: 8px;
|
||||
@@ -7,21 +5,8 @@
|
||||
min-height: 160px;
|
||||
transition: box-shadow 200ms ease-in-out;
|
||||
}
|
||||
|
||||
.sovran-tile:hover {
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.sovran-tile-icon {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
/* Status dot colors */
|
||||
.success {
|
||||
color: #2ec27e;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: #e5a50a;
|
||||
}
|
||||
.success { color: #2ec27e; }
|
||||
.warning { color: #e5a50a; }
|
||||
Reference in New Issue
Block a user