mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
feat: edit groups
This commit is contained in:
committed by
Carlos Valente
parent
4c08482258
commit
473f50b493
@@ -92,17 +92,15 @@
|
||||
}
|
||||
|
||||
.scrollArrow {
|
||||
background-color: $gray-1000;
|
||||
color: $ui-white;
|
||||
|
||||
width: 100%;
|
||||
background: canvas;
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
border-radius: 0.375rem;
|
||||
height: 1rem;
|
||||
font-size: 0.75rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 0.5rem;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
@@ -113,6 +111,7 @@
|
||||
}
|
||||
|
||||
&[data-direction='up'] {
|
||||
border-radius: 3px 3px 0 0;
|
||||
&::before {
|
||||
top: -100%;
|
||||
}
|
||||
@@ -120,6 +119,7 @@
|
||||
|
||||
&[data-direction='down'] {
|
||||
bottom: 0;
|
||||
border-radius: 0 0 3px 3px;
|
||||
|
||||
&::before {
|
||||
bottom: -100%;
|
||||
|
||||
Reference in New Issue
Block a user