Commit 5dba4fd6 by Tom Giannattasio Committed by Calen Pennington

tweaked window style for consistency

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