Add projects to settings panel

This commit is contained in:
2024-02-17 00:17:20 +01:00
parent 6e614042d1
commit 59dea2917d
9 changed files with 183 additions and 164 deletions

View File

@@ -86,19 +86,24 @@
font-size: 1.5em;
}
#settings-layers {
.layer {
.settings-section-body {
.radio {
&:not(:first-child) {
margin-top: $elem-spacing;
}
label {
margin-left: .3rem;
@extend .clickable;
& > div {
@include no-text-overflow();
}
@include no-text-overflow();
}
&:not(:first-child) {
margin-top: $elem-spacing;
.download {
color: $legend-color;
&:hover {
color: #0078A8;
}
}
}
}
@@ -131,16 +136,6 @@
}
}
}
#settings-projects {
a.fa-download {
color: $legend-color;
&:hover {
color: #0078A8;
}
}
}
}
}
}