mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 21:22:39 +00:00
linting
This commit is contained in:
@@ -17,9 +17,7 @@
|
|||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
width:20px;
|
width:20px;
|
||||||
background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px);
|
background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px);
|
||||||
|
|||||||
@@ -18,10 +18,7 @@
|
|||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
z-index: 2;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
width:20px;
|
width:20px;
|
||||||
background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px);
|
background: linear-gradient(90deg, #d3c1af 15px, #00000000 15px);
|
||||||
|
|||||||
@@ -30,11 +30,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror-vscrollbar {
|
.CodeMirror-vscrollbar {
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
background: linear-gradient(90deg, #85858599 15px, #80808000 15px);
|
background: linear-gradient(90deg, #85858599 15px, #80808000 15px);
|
||||||
|
|||||||
Reference in New Issue
Block a user