50b1d4ce28
Otherwise it takes a lot of space in the form.
12 lines
235 B
SCSS
12 lines
235 B
SCSS
@import "constants";
|
|
|
|
.france-connect-informations.card {
|
|
width: 100%;
|
|
padding-top: $default-spacer;
|
|
padding-bottom: $default-spacer;
|
|
}
|
|
|
|
.france-connect-informations-logo img {
|
|
width: 100px;
|
|
margin-right: $default-padding;
|
|
}
|