mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 09:32:14 +00:00
23 lines
161 B
SCSS
Vendored
23 lines
161 B
SCSS
Vendored
.sticky {
|
|
position: sticky;
|
|
}
|
|
|
|
.top-10 {
|
|
top: 10px;
|
|
}
|
|
|
|
.top-30 {
|
|
top: 30px;
|
|
}
|
|
|
|
.top-50 {
|
|
top: 50px;
|
|
}
|
|
|
|
.top-65 {
|
|
top: 65px;
|
|
}
|
|
|
|
.top-80 {
|
|
top: 80px;
|
|
} |