Add projects to settings panel
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user