tweaked window style for consistency
This commit is contained in:
committed by
Calen Pennington
parent
5ae11b8e11
commit
5dba4fd6c3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user