remove padding from stack manager migration block

This commit is contained in:
Stephen Birarda 2016-03-30 13:25:47 -07:00
parent 53c16280bd
commit 7c0c48458e

View file

@ -125,10 +125,6 @@ h2 {
border-bottom: 2px solid #F5F6F6; border-bottom: 2px solid #F5F6F6;
} }
#existing-resources-area {
padding-top: 20px;
}
.footer { .footer {
padding-top: 34px; padding-top: 34px;
} }
@ -143,4 +139,4 @@ h2 {
input[type="checkbox"] { input[type="checkbox"] {
-webkit-transform: scale(1.4); -webkit-transform: scale(1.4);
display: inline-block; display: inline-block;
} }