Redesign UI
This commit is contained in:
parent
516646ae85
commit
881c165ef5
18 changed files with 569 additions and 286 deletions
|
@ -112,6 +112,7 @@
|
|||
margin-left: 10px;
|
||||
font-size: 2em;
|
||||
font-weight: bold !important;
|
||||
display: flex;
|
||||
}
|
||||
.info-name a {
|
||||
display: table-caption;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue