mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
73035877b3
* Fixing spacing of header * Make h1 headers consistent
23 lines
254 B
SCSS
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;
|
|
}
|
|
}
|