mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
5600235ba1
refactor: migrate react components
34 lines
452 B
SCSS
34 lines
452 B
SCSS
.uploadLogoCard {
|
|
display: flex;
|
|
gap: 1rem;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
|
|
background-color: $gray-1350;
|
|
border: 1px solid $white-10;
|
|
border-radius: 3px;
|
|
|
|
img {
|
|
max-width: 250px;
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
.customDataItem {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.titleRow {
|
|
display: flex;
|
|
gap: 1rem;
|
|
align-items: end;
|
|
|
|
label {
|
|
flex: 1;
|
|
}
|
|
}
|