1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/feature/create/add-feature-component.module.scss
Fredrik Strand Oseberg 9b1a07c5ab Fix/v4 corrections (#287)
* fix: remove project display check

* fix: refetch bootstrap on user change

* fix: remove console log

* fix: update test

* fix: do not allow submit if errors exists

* fix: do not allow strategies to redirect home when name is taken
2021-05-05 14:17:25 +02:00

32 lines
428 B
SCSS

.header {
font-size: var(--h1-size);
padding: var(--card-header-padding);
}
.container {
padding: var(--card-padding);
}
.nameInput {
margin-right: 1.5rem;
min-width: 250px;
}
.formContainer {
margin-bottom: 1.5rem;
max-width: 350px;
}
.legalValueFormContainer {
display: flex;
}
.toggleContainer {
display: flex;
align-items: center;
}
.strategiesContainer {
margin: 2rem 0;
}