imio-publik-themes/static/liege-pwa-2019/_form-buttons.scss

49 lines
759 B
SCSS

div#rub_service div.buttons {
div.SubmitWidget {
float: right;
button {
min-width: 9rem;
margin-right: 1rem;
}
button:hover {
font-weight: bold;
}
}
div.submit-button {
float: none;
@media screen and ($max-mobile-viewport) {
min-width: 120px;
}
button {
font-weight: bold;
&::after {
content: " >";
}
}
}
div.previous-button {
float: left;
@media screen and ($max-mobile-viewport) {
min-width: 160px;
}
button {
&::before {
content: "< ";
}
}
}
}
div#rub_service div.buttons button {
background: white;
color: $primary-color;
text-transform: uppercase;
box-shadow: none;
}
@media screen and ($min-desktop-viewport) {
button.save-draft {
display: inline-block !important;
}
}