fleet/frontend/components/forms/packs/EditPackForm/_styles.scss
noahtalerman 510c7c0f45
Fix query editor rendering strangely in Safari. Edit query side panel styles. (#140)
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 />
2020-12-18 09:04:43 -08:00

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;
}
}
}