1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-13 08:34:50 +02:00

Updating things

This commit is contained in:
Antonio Laguna
2017-05-29 09:09:57 +02:00
parent 66a95ea75a
commit f92718e381

View File

@@ -1,5 +1,4 @@
// sass-lint:disable no-vendor-prefixes
// sass-lint:disable no-misspelled-properties
.ws-ready {
&,
body {
@@ -11,7 +10,7 @@
#webslides {
-ms-overflow-style: none;
-webkit-overflow-scrolling: touch;
-webkit-overflow-scrolling: touch; // sass-lint:disable-line no-misspelled-properties
height: 100vh;
overflow-x: hidden;
overflow-y: scroll;
@@ -150,7 +149,7 @@ $sizes: 80, 70, 60, 50, 40, 30, 20;
@media (min-width: 1024px) {
@each $size in $sizes {
.size#{$size} {
.size-#{$size} {
width: $size + '%';
}
}