Updated modal padding size.
This commit is contained in:
parent
bb5fa1478c
commit
451d1d99a6
|
@ -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;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
.tainacan-modal-content {
|
||||
background-color: white;
|
||||
padding: 52px 8.3333333%;
|
||||
padding: 40px 50px;
|
||||
position: relative;
|
||||
|
||||
figure {
|
||||
|
|
Loading…
Reference in New Issue