This commit is contained in:
2019-06-02 18:07:05 +02:00
parent 66d9db4950
commit ae4a72b08b
37 changed files with 26 additions and 3458 deletions

View File

@ -404,7 +404,7 @@
.sidebar{
position: absolute;
right: 0;
width: 20%;
width: 300px;
margin: -55px auto 0 20px;
h2{
background: $red;
@ -844,7 +844,7 @@
color: white;
}
img{
margin-top: 10px;
margin-top: 10px;
width: 50px;
}
}
@ -859,7 +859,7 @@
@include inlineflex;
width: 90%;
flex-direction: row-reverse;
// justify-content: start;
justify-content: start;
& > p{
font-size: 1.2rem;
font-family: $Bold;
@ -924,6 +924,12 @@
font-family: $Bold;
padding: 5px 10px;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
bottom: 10px!important;
}
.bx-pager-link {
background: white!important;
}
}
}