mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
fix: add margin between theme selection buttons
This commit is contained in:
parent
afcf059863
commit
76a4ccbc7c
1 changed files with 3 additions and 3 deletions
|
|
@ -26,12 +26,12 @@ html {
|
|||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
.version-select__options {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.version-select__options > label {
|
||||
white-space: pre;
|
||||
}
|
||||
.version-select__options > label:first-child {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.version-select__options__additional > * {
|
||||
margin-top: 1rem;
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue