mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
WIP
This commit is contained in:
parent
31580d883c
commit
09d698fd2a
12 changed files with 5474 additions and 44 deletions
|
@ -22,9 +22,9 @@ html {
|
|||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
// height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -127,6 +127,20 @@ input:-webkit-autofill {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 7px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background: $color-off-white;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: $color-gray-light;
|
||||
|
||||
&:hover {
|
||||
background: $color-gray;
|
||||
}
|
||||
}
|
||||
|
||||
$i: 150;
|
||||
@while $i > 0 {
|
||||
.margin-#{$i} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue