Url presets (#807)

This commit is contained in:
Carlos Valente
2024-03-08 23:10:43 +01:00
committed by GitHub
parent 10d7273ec0
commit ad71793cf3
54 changed files with 544 additions and 1109 deletions
@@ -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);