Optimize scss

This commit is contained in:
Dennis Eichhorn 2017-07-13 15:20:02 +02:00 committed by GitHub
parent fe573732ba
commit 2419097701

View File

@ -4,9 +4,8 @@
height: 20px; /* Can be anything */ height: 20px; /* Can be anything */
position: relative; position: relative;
background: none !important; background: none !important;
}
.meter > span { > span {
display: block; display: block;
height: 100%; height: 100%;
@include border-radius(3px); @include border-radius(3px);
@ -18,6 +17,7 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
} }
}
.meter > span:after, .animate > span > span { .meter > span:after, .animate > span > span {
content: ""; content: "";
@ -94,16 +94,16 @@
margin: 0 0 30px 120px; margin: 0 0 30px 120px;
padding-left: 30px; padding-left: 30px;
border-left: 3px solid #eaeaea; border-left: 3px solid #eaeaea;
}
.timeline li { li {
margin: 0; margin: 0;
position: relative; position: relative;
} }
.timeline p { p {
margin: 0 0 15px; margin: 0 0 15px;
} }
}
.timeline-date { .timeline-date {
margin-top: -18px; margin-top: -18px;
@ -188,9 +188,8 @@
height: 70px; height: 70px;
border-radius: 50%; border-radius: 50%;
background-color: tomato; background-color: tomato;
}
.progress-radial .overlay { .overlay {
position: absolute; position: absolute;
width: 60px; width: 60px;
height: 60px; height: 60px;
@ -202,3 +201,4 @@
line-height: 60px; line-height: 60px;
font-size: 9px; font-size: 9px;
} }
}