_sass/global.sass in slow-steps-0.1.13 vs _sass/global.sass in slow-steps-0.2.0

- old
+ new

@@ -20,15 +20,18 @@ body background-color: $white .fullwidth__wrap - width: 90vw - max-width: 800px - margin: auto - margin-top: $navbar-height + $secondary-navbar-height + 5vh + background-color: $white + width: 100vw + padding-top: $navbar-height + $secondary-navbar-height + 5vh + & > * + margin: auto + max-width: 800px & > p + padding: 3rem 0 & > ol li, ul li padding: 1rem 0 .two__col @@ -133,10 +136,16 @@ content: '\2193' font-size: 20px transform: scaleY(2) +.image--caption + font-size: $font-size * .7 + color: $grey + padding: 1rem 0 + text-align: center + // Block colors and sizes .strap--opd-trust @include opd-blue-trust @@ -241,23 +250,10 @@ stop:last-child stop-color: $led stop-opacity: 1 .svg__augment--pulse - animation: pulse-ring 2s $bezier-pulse infinite fill: $led - -@keyframes pulse-ring - 0% - opacity: .5 - r: .1 - - 50% - opacity: .2 - - 100% - opacity: 0 - r: 2 // Social icons wraped in <a's .social color: $grey