This commit is contained in:
2019-06-03 15:22:10 +02:00
parent ae4a72b08b
commit bbdde0d00d
13 changed files with 64 additions and 39 deletions

View File

@@ -222,6 +222,7 @@
@include inlineflex();
margin: 20px 0px;
&> div{
overflow: hidden;
margin: 10px 10px;
min-width: 100px;
border: 2px solid $red;
@@ -238,6 +239,9 @@
visibility: hidden;
position: absolute;
}
label{
cursor: pointer;
}
}
}
&:nth-of-type(n+5):not(:nth-of-type(n+11)){
@@ -404,7 +408,7 @@
.sidebar{
position: absolute;
right: 0;
width: 300px;
width: 20%;
margin: -55px auto 0 20px;
h2{
background: $red;