mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-28 17:55:15 +02:00
Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com> Co-authored-by: Christopher Kolstad <chriswk@getunleash.ai> Co-authored-by: Christopher Kolstad <git@chriswk.no>
33 lines
448 B
SCSS
33 lines
448 B
SCSS
.select {
|
|
min-width: 100px;
|
|
}
|
|
|
|
.textfield {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.header {
|
|
padding: var(--card-header-padding);
|
|
word-break: break-all;
|
|
border-bottom: var(--default-border);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header h1 {
|
|
font-size: var(--h1-size);
|
|
}
|
|
|
|
.container {
|
|
padding: var(--card-padding);
|
|
}
|
|
|
|
.formbuttons {
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.tagListItem {
|
|
padding: 0;
|
|
}
|