mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 23:43:57 +00:00
fix: move blue line to pseudo element
This commit is contained in:
committed by
Carlos Valente
parent
5788785b3e
commit
dd2b59efe5
+12
-6
@@ -2,15 +2,21 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
height: 0;
|
||||
position: relative;
|
||||
|
||||
background: $blue-500;
|
||||
z-index: $zindex-floating;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
background: $blue-500;
|
||||
}
|
||||
}
|
||||
|
||||
.addButton {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
transform: translateY(-50%);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user