Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Merge d2c1c3f into 1ea7a5a
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Noffke committed Jul 25, 2019
2 parents 1ea7a5a + d2c1c3f commit 3d628d1
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions liqd_product/assets/scss/components/_timeline-carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ $timeline-carousel__top-space: 11px;
.timeline-carousel__label {
padding: $padding;
margin-top: 2*$spacer;
color: $brand-secondary;
background-color: $bg-secondary;
color: $text-color-gray;
border: 1px solid $text-color-gray;
background-color: $body-bg;
text-align: left;
transition: transform 0.2s;
transform-origin: 50% 50%;
Expand All @@ -36,14 +37,18 @@ $timeline-carousel__top-space: 11px;
width: 100%;
left: 0;
top: $timeline-carousel__top-space;
border-top: 2px dashed $border-color;
border-top: 1px dotted $border-color;
}

//slick overwrites
.slick-slide {
margin: 0 3*$spacer;
min-width: 275px;

& a {
text-decoration: none;
}

:focus,
:hover {
outline: none;
Expand All @@ -69,8 +74,8 @@ $timeline-carousel__top-space: 11px;
.slick-next {
top: $timeline-carousel__top-space;
text-align: center;
width: 30px;
height: 30px;
width: 25px;
height: 25px;
border-radius: 100%;
border: 1px solid $border-color;
background-color: $body-bg;
Expand All @@ -86,7 +91,7 @@ $timeline-carousel__top-space: 11px;
opacity: 1;
font-family: "Font Awesome 5 Free", sans-serif;
font-weight: 900;
font-size: $font-size-xxl;
font-size: $font-size-lg;
line-height: 1.3rem;
}
}
Expand All @@ -112,8 +117,9 @@ $timeline-carousel__top-space: 11px;
}

.initial {
background: $brand-secondary;
color: $text-color-inverted;
background: $body-bg;
color: $text-color;
border: 2px solid $brand-secondary;

&.timeline-carousel__label {
padding: 1.5*$padding;
Expand Down

0 comments on commit 3d628d1

Please sign in to comment.