mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-14 00:54:09 +02:00
Updating things
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
// sass-lint:disable no-vendor-prefixes
|
// sass-lint:disable no-vendor-prefixes
|
||||||
// sass-lint:disable no-misspelled-properties
|
|
||||||
.ws-ready {
|
.ws-ready {
|
||||||
&,
|
&,
|
||||||
body {
|
body {
|
||||||
@@ -11,7 +10,7 @@
|
|||||||
|
|
||||||
#webslides {
|
#webslides {
|
||||||
-ms-overflow-style: none;
|
-ms-overflow-style: none;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch; // sass-lint:disable-line no-misspelled-properties
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
@@ -150,7 +149,7 @@ $sizes: 80, 70, 60, 50, 40, 30, 20;
|
|||||||
|
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
@each $size in $sizes {
|
@each $size in $sizes {
|
||||||
.size#{$size} {
|
.size-#{$size} {
|
||||||
width: $size + '%';
|
width: $size + '%';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user