Commit 5dba4fd6 by Tom Giannattasio Committed by Calen Pennington

tweaked window style for consistency

parent 5ae11b8e
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment