@charset "UTF-8"; label { margin-top: 1em; line-height: 2.5em; } .ui-inputswitch { margin-left: 1ch; margin-right: 1ch; } .input-lg { display: block; width: 100%; } input { margin-bottom: 1em; + button, + .mat-icon-button { margin-bottom: 1em; } &[type='date']::after { content: 'au format JJ/MM/AAAA'; display: inline-block; position: relative; } } input, select, textarea { display: inline-block; padding: 1rem; border: 1px solid $secondary_color; border-bottom: 3px solid $primary_color; width: calc(100% - 45px) !important; max-width: 40em !important; } .next { max-width: 200px; } li { list-style-type: none; } .next { margin-bottom: 50px; } .nobold { font-weight: normal; } .btn-block { display: block; width: 100%; } button[type='submit'] { margin-top: 2em; } .hint { margin-top: 0; margin-bottom: 1em; padding: 1em; background: $warning; color: $white; }