improve css
This commit is contained in:
@@ -146,4 +146,11 @@ h3 {
|
|||||||
|
|
||||||
.checkbox-label {
|
.checkbox-label {
|
||||||
color: black;
|
color: black;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-label {
|
||||||
|
position: relative;
|
||||||
|
margin-top: 2rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,6 +25,12 @@
|
|||||||
border-right: 1px solid #02adba;
|
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 {
|
.segmented :last-child .label {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user