18 lines
433 B
SCSS
18 lines
433 B
SCSS
|
|
|
||
|
|
|
||
|
|
.form-check {
|
||
|
|
display: block;
|
||
|
|
min-height: 1.5rem;
|
||
|
|
padding-left: 1.5em;
|
||
|
|
margin-bottom: 1rem !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/* -------------------------------------------------------------------------- */
|
||
|
|
/* Choices */
|
||
|
|
/* -------------------------------------------------------------------------- */
|
||
|
|
.choices {
|
||
|
|
position:relative;
|
||
|
|
margin-bottom:24px;
|
||
|
|
font-size:16px
|
||
|
|
}
|