Skip to content

Commit

Permalink
remove fieldset padding, margin and border
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasravnsborg committed Feb 28, 2015
1 parent af01dfc commit 9febe3c
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions assets/css/2-base/_base.sass
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Typography presets
------------------------------------ */

.gigantic, .huge, .large, .bigger, .big,
.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6
color: $headlineColor
font-weight: bold
Expand All @@ -20,15 +20,15 @@ h1, h2, h3, h4, h5, h6
font-size: 42px
line-height: 1.14

.bigger, h3
.bigger, h3
font-size: 26px
line-height: 1.38

.big, h4
font-size: 22px
line-height: 1.38

.small, small
.small, small
font-size: 10px
line-height: 1.2

Expand Down Expand Up @@ -58,7 +58,7 @@ a
color: $accent
text-decoration: none
outline: 0

a:hover, a:focus
color: lighten($accent, 20%)

Expand All @@ -69,16 +69,16 @@ a:hover, a:focus

::selection
background: $selectionColor

::-moz-selection
background: $selectionColor

img::selection
background: transparent

img::-moz-selection
background: transparent

body
-webkit-tap-highlight-color: $selectionColor

Expand All @@ -104,13 +104,18 @@ h3
text-align: center
padding: 100px 0 30px

fieldset
padding: 0
margin: 0
border: none

@media screen and (max-width: 480px)
h3
padding: 50px 0 50px

.alt-section
background: $bgcolor
padding-bottom: 100px

h3
color: darken($accent-light, 10%)
color: darken($accent-light, 10%)

0 comments on commit 9febe3c

Please sign in to comment.