+8
-10
@@ -624,14 +624,12 @@
|
||||
}
|
||||
|
||||
// Token HUD — separator between Afflictions and Imbuements
|
||||
.palette.status-effects {
|
||||
.status-separator {
|
||||
grid-column: 1 / -1;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
border: none;
|
||||
border-top: 2px solid rgba(255, 255, 255, 0.35);
|
||||
margin: 5px 0;
|
||||
position: relative;
|
||||
}
|
||||
.status-separator {
|
||||
grid-column: 1 / -1;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
border: none;
|
||||
border-top: 2px solid rgba(255, 255, 255, 0.35);
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user