fleet/frontend/components/forms/packs/PackForm/_styles.scss
Kyle Knight 73035877b3 Fixing spacing of manage packs header (#848)
* Fixing spacing of header

* Make h1 headers consistent
2017-01-10 10:27:10 -06:00

23 lines
254 B
SCSS

.pack-form {
h1 {
margin: 0 0 20px;
}
&__pack-title {
.input-field {
width: 50%;
}
}
&__pack-description {
.input-field {
width: 75%;
}
}
&__pack-buttons {
margin: 25px 0;
text-align: right;
}
}