diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-03 17:34:27 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-04 11:32:55 +0100 |
commit | 7b290c301aad8bb078b7e95b492d9a2936a6c58e (patch) | |
tree | b22a0b4798d3575aca5d9d68d86e3736afdd2280 | |
parent | f383177033a0e6091f4ec0cddede11c49d097f8d (diff) |
Adjust large button height for IE 7
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 53690f4..b771fd2 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -190,6 +190,9 @@ a.link_button_green_large { font-size: 2.2em; height: 66px; } + @include lte-ie7 { + height: 50px; + } } /* Popups */ |