demarches-normaliennes/app/assets/stylesheets/procedure_context.scss

68 lines
1.1 KiB
SCSS
Raw Normal View History

@import "colors";
@import "constants";
$procedure-context-breakpoint: $two-columns-breakpoint;
.procedure-preview {
.paperless-logo {
width: 100%;
margin-bottom: 60px;
@media (max-width: $procedure-context-breakpoint) {
display: none;
}
}
2020-06-03 15:59:24 +02:00
.simple {
margin-bottom: 0.2rem;
font-size: 1.5rem;
2021-09-20 15:04:24 +02:00
color: $blue-france-500;
font-weight: bold;
}
.small-simple {
font-size: 16px;
color: $blue-france-500;
font-weight: bold;
}
.close-procedure {
font-size: 12px;
}
.procedure-logos {
display: flex;
align-items: center;
margin-bottom: 20px;
> :not(:last-child) {
margin-right: $default-padding;
}
img {
max-width: 100%;
max-height: 50px;
@media (min-width: $procedure-context-breakpoint) {
max-height: 90px;
}
}
}
}
.no-procedure-presentation {
2023-01-26 15:26:22 +01:00
margin-bottom: 1.6rem;
p {
margin: 0;
}
}
.procedure-context-content {
@media (max-width: $procedure-context-breakpoint) {
input[type=submit] {
margin-bottom: 2 * $default-padding;
}
}
}