ux: wip - Push pixels for new login, remove inline styling, change so we use media queries using min-width instead of max-width and make sure it looks ok across all screen sizes (#9879)

This commit is contained in:
Johannes Schill
2017-12-11 16:31:50 +01:00
parent 84aa1e89c0
commit f77d34f7c9
4 changed files with 126 additions and 80 deletions

View File

@@ -92,6 +92,7 @@
.btn-warning {
@include buttonBackground($btn-warning-bg, $btn-warning-bg-hl);
}
// Danger and error appear as red
.btn-danger {
@include buttonBackground($btn-danger-bg, $btn-danger-bg-hl);
@@ -142,4 +143,7 @@
}
}
.btn-p-x-2 {
padding-left: 20px;
padding-right: 20px;
}