Settings style (#808)

This commit is contained in:
Carlos Valente
2024-03-09 10:56:14 +01:00
committed by GitHub
parent ad71793cf3
commit 78b386742e
10 changed files with 170 additions and 152 deletions
@@ -98,7 +98,7 @@ $inner-padding: 1rem;
}
.listGroup {
padding: 1rem 2rem 0 2rem;
padding: 0 2rem;
> li:not(:last-child) {
border-bottom: 1px solid $white-10;
@@ -130,23 +130,22 @@ $inner-padding: 1rem;
.divider {
border-top: 1px solid $white-10;
margin: 1rem -2rem;
z-index: 999;
}
$loader-size: 4rem;
.overlay {
position: absolute;
z-index: 10;
width: calc(100% - 2rem);
left: 1rem;
height: calc(80% - 1rem);
width: 100%;
height: 100%;
backdrop-filter: blur(2px);
display: grid;
place-content: center;
backdrop-filter: blur(5px);
background-color: rgba(0, 0, 0, 0.01);
background-color: $black-10;
}
.loader {
$loader-size: 4rem;
width: $loader-size;
height: $loader-size;
background: $blue-500;