Updated modal padding size.

This commit is contained in:
Mateus Machado Luna 2018-09-03 11:30:35 -03:00
parent bb5fa1478c
commit 451d1d99a6
2 changed files with 1 additions and 2 deletions

View File

@ -211,7 +211,6 @@
.search-header {
border: 1px solid $gray2 !important;
height: 27px;
font-size: 11px;
transition: width linear 0.15s;
-webkit-transition: width linear 0.15s;
width: 220px;

View File

@ -37,7 +37,7 @@
}
.tainacan-modal-content {
background-color: white;
padding: 52px 8.3333333%;
padding: 40px 50px;
position: relative;
figure {