fix margins and paddings
This commit is contained in:
parent
0e1f1a28b5
commit
502601123b
|
@ -38,8 +38,8 @@ h2
|
||||||
|
|
||||||
// different classes thereof
|
// different classes thereof
|
||||||
&.generic, &.info, &.error, &.success
|
&.generic, &.info, &.error, &.success
|
||||||
|
padding: 20px 0
|
||||||
border-top: 4px solid #EAC85D
|
border-top: 4px solid #EAC85D
|
||||||
padding: 20px
|
|
||||||
width: 50%
|
width: 50%
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
|
|
||||||
|
@ -62,8 +62,13 @@ h2
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
|
|
||||||
|
h2
|
||||||
|
margin: 0
|
||||||
|
padding: 0 20px 20px
|
||||||
|
|
||||||
p
|
p
|
||||||
margin: 0 20px 20px
|
margin: 0
|
||||||
|
padding: 0 20px
|
||||||
|
|
||||||
// where D3 renders to
|
// where D3 renders to
|
||||||
#graph
|
#graph
|
||||||
|
@ -165,6 +170,7 @@ h2
|
||||||
|
|
||||||
h2
|
h2
|
||||||
margin: 10px 0 0 0
|
margin: 10px 0 0 0
|
||||||
|
padding: 0
|
||||||
|
|
||||||
&.closed
|
&.closed
|
||||||
float: left
|
float: left
|
||||||
|
|
Loading…
Reference in New Issue