@@ -221,3 +221,20 @@ label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check | |||
margin-top: 30%; | |||
font-size:140%; | |||
}*/ | |||
input.input.is-rounded{ | |||
border-radius: 0 !important; | |||
box-shadow: none !important; | |||
} | |||
button.button.is-light{ | |||
border-radius: 0 !important; | |||
background-color: white; | |||
margin-left: -5px; | |||
border-color: #dbdbdb; | |||
border-left: white; | |||
} | |||