Icons
This commit is contained in:
+1
-11
@@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: 'Consolas';
|
||||
src: url('./Consolas.ttf') format('truetype');
|
||||
src: url('./assets/fonts/Consolas.ttf') format('truetype');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -9,18 +9,15 @@
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
/* Track */
|
||||
::-webkit-scrollbar-track {
|
||||
background: lightgray;
|
||||
}
|
||||
|
||||
/* Handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: gray;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
/* Handle on hover */
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: darkgray;
|
||||
}
|
||||
@@ -37,13 +34,6 @@
|
||||
font-size: 25px;
|
||||
padding: 3vw;
|
||||
|
||||
#KH_CTRL {
|
||||
height: 80px;
|
||||
background: red;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
#KH_FE_FPLAN {
|
||||
height: calc(100vh - 6vw - 180px);
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user