drinkMe/drinkMe/Client/SCSS/framework-override.scss

16 lines
254 B
SCSS

html {
overflow-y: auto;
}
.steps {
list-style-type: none !important;
}
@include MediaQuery(phone) {
.mt-2-mobile {
margin-top: .5rem !important;
}
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
z-index: 5;
}