Files
ember-cli-dunlop/addon/styles/components/_forms.sass
T
2017-12-21 11:42:41 +01:00

20 lines
344 B
Sass

.ui.form
.form-label
display: inline-block
vertical-align: top
width: 35%
.form-field
display: inline-block
width: 64%
@media screen and (max-width: 723px)
.form-label
width: 99%
.form-field
width: 99%
.form-actions
clear: both
margin-top: 12px
padding-top: 8px
border-top: 1px solid #ddd