forked from newthuhole/hole_thu_frontend
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
444 B
31 lines
444 B
.config-ui-header { |
|
text-align: center; |
|
top: 1em; |
|
position: sticky; |
|
} |
|
|
|
.config-description { |
|
font-size: 0.75em; |
|
} |
|
|
|
.config-select { |
|
height: 2em; |
|
} |
|
|
|
.config-textarea { |
|
margin-top: 0.5em; |
|
width: 100%; |
|
max-width: 100%; |
|
min-width: 100%; |
|
height: 7em; |
|
min-height: 2em; |
|
} |
|
|
|
.bg-preview { |
|
height: 18em; |
|
width: 32em; |
|
max-height: 60vh; |
|
max-width: 100%; |
|
margin: 0.5em auto 1em; |
|
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); |
|
}
|
|
|