src/assets/init.scss
@@ -1,8 +1,14 @@ /** ************************* overwrite ****************/ img { pointer-events: none; } * { margin: 0; padding: 0; -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard syntax */ } html, body { @@ -1191,6 +1197,9 @@ .w-270 { width: 270px; } .w-540 { width: 540px; } .w-280 { width: 280px;