ask/app/assets/stylesheets/custom_field.css

20 lines
364 B
CSS

input[type=checkbox] {
font-size: 1em;
-webkit-appearance: none;
width: 1.2em;
height: 1.2em;
border-radius: 5px;
margin: 0.2em;
border: 0.12em solid;
}
input[type=checkbox]:checked {
background: #90b8d9;
}
input[type=checkbox]:focus {
outline: none;
}
@media (max-width: 768px){
.ask-question .control-group{
justify-content: center;
}
}