Initial scss refactor

This commit is contained in:
ncls7615
2018-01-14 03:41:20 +09:00
parent e2ce628724
commit 6a73c8c8a2
19 changed files with 1848 additions and 600 deletions

View File

@@ -95,6 +95,11 @@
padding: 0 6px 6px;
background: $simple-background-color;
will-change: transform;
&::-webkit-scrollbar-track:hover,
&::-webkit-scrollbar-track:active {
background-color: rgba($base-overlay-background, 0.3);
}
}
.emoji-mart-search {