From 7bf4117d87ba0f4d3e6092b206849c90a65d6e0f Mon Sep 17 00:00:00 2001 From: Keegan Date: Thu, 3 Mar 2016 10:26:23 +1100 Subject: [PATCH] Clean up styles --- src/styles/clay/_base.scss | 79 ++++++++------------------------------ 1 file changed, 17 insertions(+), 62 deletions(-) diff --git a/src/styles/clay/_base.scss b/src/styles/clay/_base.scss index d2dc3e0..b788223 100644 --- a/src/styles/clay/_base.scss +++ b/src/styles/clay/_base.scss @@ -20,6 +20,23 @@ body { padding: $item-spacing-v $item-spacing-h; } +em { + font-style: italic; +} + +strong { + @include font-pfdin(medium); + color: $color-orange; +} + +a { + color: $color-gray-8; + + &:hover { + color: inherit; + } +} + h1, h2, h3, h4 { text-transform: uppercase; @include font-pfdin(medium); @@ -107,11 +124,6 @@ label { position: relative; padding: $item-spacing-v $item-spacing-h; - //&:last-child, - //&:first-child { - // padding-bottom: $item-spacing-v; - //} - &:last-child:after { display: none; } @@ -140,19 +152,6 @@ label { } -strong { - @include font-pfdin(medium); - color: $color-orange; -} - -a { - color: $color-gray-8; - - &:hover { - color: inherit; - } -} - .description { padding: 0 $item-spacing-h $item-spacing-v ; @include font-size(0.9); @@ -163,49 +162,5 @@ a { display: block; width:100%; border-collapse: collapse; - - //.section & .component { - // display: table; - // width:100%; - // - // .label, - // .input { - // display: table-cell; - // } - // - // .input { - // text-align: right; - // } - // - // &.invalid { - // .input:after { - // content: "!"; - // display: inline-block; - // color: $color-white; - // background: $color-orange; - // border-radius: $border-radius; - // width: 1.2em; - // text-align: center; - // height: 1.2em; - // font-size: 1em; - // vertical-align: middle; - // line-height: 1.3em; - // margin-left: -0.7em; - // position:absolute; - // @include font-pfdin(regular); - // } - // - // .input input { - // color: $color-orange; - // padding-right: 1em; - // - // @include placeholder { - // color: $color-orange; - // } - // - // } - // } - // - //} }