mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 09:23:51 +00:00
54def8b820
* refactor: add typings to backend info * refactor: write current version to project file * feat: show location of css override
27 lines
350 B
SCSS
27 lines
350 B
SCSS
@import "../Modal.module.scss";
|
|
|
|
.aliases {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
padding: 0.5rem 0;
|
|
|
|
.aliasRow {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.grow {
|
|
flex: 1;
|
|
}
|
|
}
|
|
|
|
.url {
|
|
font-size: calc(1rem - 2px);
|
|
user-select: text;
|
|
}
|