mirror of https://github.com/akveo/blur-admin
parent
b94770dc64
commit
7cd261ebbb
|
@ -153,6 +153,12 @@
|
|||
background-color: #bac4cb;
|
||||
}
|
||||
|
||||
@mixin cd-timeline-left-color($color) {
|
||||
&:before {
|
||||
border-left-color: $color;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: $resXL) {
|
||||
|
||||
#cd-timeline::before {
|
||||
|
@ -193,12 +199,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@mixin cd-timeline-left-color($color) {
|
||||
&:before {
|
||||
border-left-color: $color;
|
||||
}
|
||||
}
|
||||
|
||||
.cd-timeline-content-yellow {
|
||||
@include cd-timeline-left-color(rgba(0,0,0,.2));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue