@charset "UTF-8"; label{ line-height: 2.5em; } .ui-inputswitch{ margin-left: 1ch; margin-right: 1ch; } .input-lg { display: block; width: 100%; } select { margin-right: 1ch; } input { margin-right: 1ch; &[type='date']::after { content: 'au format JJ/MM/AAAA'; display: inline-block; position: relative; } } input, select, textarea { padding: 1rem; border: 1px solid $secondary_color; border-bottom: 3px solid $primary_color; } input, select { display: inline-block; margin-bottom: 10px; margin-left: 5px; } .next { max-width: 200px; } input[type='text'], textarea { max-width: 350px; } 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; }