Remove obsolete CSS for questions geozones

This code isn't used since commit ab63c18d0.
This commit is contained in:
Javi Martín
2022-10-09 22:46:07 +02:00
parent b8cbdbb2fe
commit ae218090f4

View File

@@ -654,24 +654,6 @@ code {
}
}
.admin {
.geozone {
background: #ececec;
border-radius: rem-calc(6);
color: $text;
display: inline-block;
font-size: $small-font-size;
margin-bottom: $line-height / 3;
padding: $line-height / 4 $line-height / 3;
text-decoration: none;
&:hover {
background: #e0e0e0;
}
}
}
.management-list {
max-width: rem-calc(1200);
}