mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 20:03:52 +00:00
wip: operator data and structure
This commit is contained in:
@@ -1,25 +1,22 @@
|
||||
@use '.../../../src/theme/ontimeColours' as *;
|
||||
@use '../../../../src/theme/ontimeColours' as *;
|
||||
|
||||
.focusBlock {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
margin-top: -53px;
|
||||
}
|
||||
|
||||
.focusButton {
|
||||
margin: 10px;
|
||||
background-color: $blue-500;
|
||||
width: fit-content;
|
||||
padding: 3px 15px 3px 15px;
|
||||
border-radius: 10px;
|
||||
padding: 0.25rem 1rem;
|
||||
border-radius: 99px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
font-size: medium;
|
||||
gap: 0.5rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user