mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
c075f73752
* feat: create loader component * fix: prevent stale data in forms
22 lines
279 B
SCSS
22 lines
279 B
SCSS
@import "../Modal.module.scss";
|
|
|
|
.aliases {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
padding: 8px 0;
|
|
|
|
.aliasRow {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
}
|
|
|
|
.grow {
|
|
flex: 1;
|
|
}
|
|
}
|