tweaked window style for consistency

This commit is contained in:
Tom Giannattasio
2012-10-09 11:29:58 -04:00
committed by Calen Pennington
parent 5ae11b8e11
commit 5dba4fd6c3

View File

@@ -8,14 +8,13 @@
}
.main-wrapper {
width: 940px;
width: 942px;
margin: auto;
.content {
@extend .window;
padding: 24px 60px 36px;
border-radius: 3px;
background: #fff;
box-shadow: 0 0 50px rgba(0, 0, 0, .1);
@include clearfix;
}
@@ -28,6 +27,7 @@
.row {
margin-bottom: 20px;
border-bottom: none;
}
label {