title margin top in popup
parent
31e9e4eab2
commit
d76bd5a2d9
|
@ -31,7 +31,7 @@ $input-shadow: none;
|
|||
box-sizing: border-box;
|
||||
|
||||
.title {
|
||||
margin-top: 72px;
|
||||
margin-top: 72px !important;
|
||||
margin-bottom: 1rem;
|
||||
@extend .is-3;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ body {
|
|||
font-weight: 700;
|
||||
font-size: 32px;
|
||||
line-height: 37px;
|
||||
margin-top: 0 !important;
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
&.is-2 {
|
||||
|
|
Loading…
Reference in New Issue