mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
title margin top in popup
This commit is contained in:
parent
31e9e4eab2
commit
d76bd5a2d9
@ -31,7 +31,7 @@ $input-shadow: none;
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-top: 72px;
|
margin-top: 72px !important;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
@extend .is-3;
|
@extend .is-3;
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@ body {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
line-height: 37px;
|
line-height: 37px;
|
||||||
margin-top: 0 !important;
|
margin-top: 0;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
&.is-2 {
|
&.is-2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user