1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-17 18:37:04 +02:00

fix: add margin between theme selection buttons

This commit is contained in:
Jonas Kuske
2019-06-07 15:27:55 +02:00
parent afcf059863
commit 76a4ccbc7c

View File

@@ -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;