We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8005460 commit bd2f997Copy full SHA for bd2f997
src/assets/sass/mixin.scss
@@ -1,3 +1,8 @@
1
+$screen-xs-max: 768;
2
+$screen-sm-min: 768;
3
+$screen-md-min: 970;
4
+$screen-lg-min: 1170;
5
+
6
@mixin scrollBar {
7
&::-webkit-scrollbar-track-piece {
8
background: #d3dce6;
0 commit comments