improve css

This commit is contained in:
Bilal Catic
2019-11-18 22:41:38 +01:00
parent 271af35f0c
commit 232221af9e
2 changed files with 13 additions and 0 deletions

View File

@@ -146,4 +146,11 @@ h3 {
.checkbox-label {
color: black;
font-size: 14px;
}
.column-label {
position: relative;
margin-top: 2rem;
margin-bottom: 1rem;
}

View File

@@ -25,6 +25,12 @@
border-right: 1px solid #02adba;
}
.segmented.small [type="radio"]:not(:checked) + span,
.segmented.small [type="radio"]:checked + span {
padding-left: 7px;
padding-right: 7px;
}
.segmented :last-child .label {
border-right: none;
}