first init
This commit is contained in:
30
resources/scss/components/_reboot.scss
Executable file
30
resources/scss/components/_reboot.scss
Executable file
@@ -0,0 +1,30 @@
|
||||
//
|
||||
// _reboot.scss
|
||||
//
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.row>* {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.scroll-hidden {
|
||||
&::-webkit-scrollbar {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar:vertical {
|
||||
width: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Iconify
|
||||
iconify-icon {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
Reference in New Issue
Block a user