auth: add vertical spacing to the procedure description

Fix #2174
This commit is contained in:
Pierre de La Morinerie 2018-07-02 17:34:39 +02:00 committed by gregoirenovel
parent 9d3ff3d659
commit d7b54abd37

View file

@ -38,6 +38,10 @@ $auth-breakpoint: $two-columns-breakpoint;
.procedure-description { .procedure-description {
font-size: 14px; font-size: 14px;
p {
margin-bottom: 2 * $default-spacer;
}
@media (max-width: $auth-breakpoint) { @media (max-width: $auth-breakpoint) {
display: none; // TO FIX : make this description available for small devices display: none; // TO FIX : make this description available for small devices
} }