mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-04 23:18:01 +00:00
5600235ba1
refactor: migrate react components
55 lines
609 B
SCSS
55 lines
609 B
SCSS
.current {
|
|
background-color: $blue-1100;
|
|
}
|
|
|
|
.isEditing {
|
|
color: $blue-500;
|
|
}
|
|
|
|
.form {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
gap: 1rem;
|
|
}
|
|
|
|
.formInput {
|
|
flex: 2;
|
|
}
|
|
|
|
.saveButton {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.containCell {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.fullWidth {
|
|
width: 100%;
|
|
}
|
|
|
|
.innerColumn {
|
|
margin: 0 2rem;
|
|
margin-bottom: 2rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1em;
|
|
}
|
|
|
|
.inlineLabels {
|
|
label {
|
|
display: flex;
|
|
gap: 1rem;
|
|
}
|
|
}
|
|
|
|
.warningInfo {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.empty {
|
|
height: 300px;
|
|
position: relative;
|
|
} |