mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
feat: operator view
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
.followButton {
|
.followButton {
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 120px;
|
bottom: 100px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
@@ -27,3 +27,10 @@
|
|||||||
transition: bottom 1s;
|
transition: bottom 1s;
|
||||||
bottom: -0;
|
bottom: -0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// tablet
|
||||||
|
@media (min-width: $min-tablet) {
|
||||||
|
.followButton {
|
||||||
|
bottom: 150px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user