mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
510c7c0f45
Fixes #65 by bringing in new regular and bold Source Code Pro monospaced fonts. - Remove old Source Code Pro font files - Add new platform icons to <QuerySidePanel /> - Edit styles in <EditPackForm />
35 lines
398 B
SCSS
35 lines
398 B
SCSS
.edit-pack-form {
|
|
h1 {
|
|
margin: 0 0 20px;
|
|
}
|
|
|
|
&__pack-title {
|
|
.input-field {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
&__pack-description {
|
|
.input-field {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
&__description {
|
|
p {
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__pack-buttons {
|
|
margin: 25px 0;
|
|
text-align: right;
|
|
|
|
.button {
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
}
|