From 56b65d89e5120876ffa5789464558fddd94fe4e6 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Wed, 6 Jan 2016 04:18:53 -0300 Subject: [PATCH] fix redundancy --- src/_Button.sass | 1 - src/_Form.sass | 1 - src/_Grid.sass | 1 - 3 files changed, 3 deletions(-) diff --git a/src/_Button.sass b/src/_Button.sass index 49c9568..285c419 100644 --- a/src/_Button.sass +++ b/src/_Button.sass @@ -10,7 +10,6 @@ input[type='submit'] background-color: $color-primary border: .1rem solid $color-primary border-radius: .4rem - box-sizing: border-box color: $color-initial cursor: pointer display: inline-block diff --git a/src/_Form.sass b/src/_Form.sass index 8d6488a..7da4087 100644 --- a/src/_Form.sass +++ b/src/_Form.sass @@ -16,7 +16,6 @@ select border: .1rem solid $color-quaternary border-radius: .4rem box-shadow: none - box-sizing: border-box height: 3.8rem padding: .6rem 1.0rem // The .6rem vertically centers text on FF, ignored by Webkit width: 100% diff --git a/src/_Grid.sass b/src/_Grid.sass index ee29416..a5b7d73 100644 --- a/src/_Grid.sass +++ b/src/_Grid.sass @@ -4,7 +4,6 @@ // .container is main centered wrapper with a max width of 1120rem (1120px) .container - box-sizing: border-box margin: 0 auto max-width: 112.0rem padding: 0 2.0rem