mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 18:33:53 +00:00
5600235ba1
refactor: migrate react components
19 lines
271 B
SCSS
19 lines
271 B
SCSS
.qrCode {
|
|
padding: 0.5rem;
|
|
background: $ui-white;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.column {
|
|
margin-top: 1rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
color: $label-gray;
|
|
user-select: text;
|
|
}
|
|
|
|
.copiableLink {
|
|
user-select: text;
|
|
color: $ui-white;
|
|
} |