mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
0f57689750
* refactor: extract info component * feat: generate authenticated url * refactor: add companion select * refactor: ensure behaviour across environments
17 lines
273 B
SCSS
17 lines
273 B
SCSS
.infoLabel {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: $element-spacing;
|
|
padding: 1rem;
|
|
margin-bottom: 1rem;
|
|
|
|
background-color: $gray-1100;
|
|
border-radius: 2px;
|
|
font-size: $inner-section-text-size;
|
|
|
|
svg {
|
|
font-size: 1.5rem;
|
|
color: $info-blue;
|
|
}
|
|
}
|