mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
Language editor refactoring part 3 (backend + frontend)
This commit is contained in:
23
resources/sass/vuefilemanager/_vuewind.scss
vendored
Normal file
23
resources/sass/vuefilemanager/_vuewind.scss
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
.sticky {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.top-10 {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.top-30 {
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.top-50 {
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.top-65 {
|
||||
top: 65px;
|
||||
}
|
||||
|
||||
.top-80 {
|
||||
top: 80px;
|
||||
}
|
||||
Reference in New Issue
Block a user