forms/css/vote.scss
2019-05-13 19:15:45 -04:00

31 lines
425 B
SCSS

.app-forms {
margin: auto;
width: 50%;
margin-top: 20px;
}
.sv_qstn .sq-root {
border: 1px solid gray;
border-left: 4px solid #18a689;
border-radius: 5px;
padding: 20px;
margin-bottom: 30px;
font-size: 18px;
}
.sq-title {
font-size: 22px;
margin-left: 20px;
}
.sq-title-required {
color: black;
}
.sq-label {
margin-left: 30px;
}
.sq-item:nth-child(1) {
margin-bottom: 5px;
}