mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
Url presets (#807)
This commit is contained in:
@@ -42,8 +42,9 @@ $inner-padding: 1rem;
|
||||
}
|
||||
|
||||
.card {
|
||||
position: relative;
|
||||
padding: 2rem;
|
||||
background-color: $white-1;
|
||||
background-color: $white-3;
|
||||
border: 1px solid $gray-1100;
|
||||
border-radius: 3px;
|
||||
}
|
||||
@@ -55,7 +56,7 @@ $inner-padding: 1rem;
|
||||
}
|
||||
|
||||
.pad {
|
||||
margin: 0 2rem;
|
||||
padding: 0 2rem;
|
||||
max-height: 550px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
@@ -138,7 +139,7 @@ $loader-size: 4rem;
|
||||
z-index: 10;
|
||||
width: calc(100% - 2rem);
|
||||
left: 1rem;
|
||||
height: calc(100% - 1rem);
|
||||
height: calc(80% - 1rem);
|
||||
display: grid;
|
||||
place-content: center;
|
||||
backdrop-filter: blur(5px);
|
||||
|
||||
Reference in New Issue
Block a user