Redesign UI

This commit is contained in:
cuom1999 2021-12-16 14:16:49 -06:00
parent 516646ae85
commit 881c165ef5
18 changed files with 569 additions and 286 deletions

View file

@ -112,6 +112,7 @@
margin-left: 10px;
font-size: 2em;
font-weight: bold !important;
display: flex;
}
.info-name a {
display: table-caption;

View file

@ -517,11 +517,17 @@ ul.select2-selection__rendered {
}
}
details {
border: 1px solid $border_gray;
background: $background_light_gray;
padding: 5px 10px;
border-radius: 4px;
.spoiler-text {
border: 1px solid black;
padding: 0.5em;
margin-top: 0.5em;
border-radius: 5px;
background: #def;
}
.spoiler-summary {
padding-left: 0.5em;
text-decoration: underline;
}
.control-button {