2019-01-07 15:40:07 +01:00
|
|
|
@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 {
|
2023-01-26 15:16:29 +01:00
|
|
|
margin-bottom: 0.2rem;
|
|
|
|
font-size: 1.5rem;
|
2021-09-20 15:04:24 +02:00
|
|
|
color: $blue-france-500;
|
2019-01-07 15:40:07 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2022-01-14 14:55:28 +01:00
|
|
|
.small-simple {
|
|
|
|
font-size: 16px;
|
|
|
|
color: $blue-france-500;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2019-01-07 15:40:07 +01:00
|
|
|
.close-procedure {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.procedure-logos {
|
|
|
|
display: flex;
|
2019-03-20 16:58:10 +01:00
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
> :not(:last-child) {
|
|
|
|
margin-right: $default-padding;
|
|
|
|
}
|
2019-01-07 15:40:07 +01:00
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
2019-03-20 16:58:10 +01:00
|
|
|
max-height: 50px;
|
|
|
|
|
2024-03-14 10:06:43 +01:00
|
|
|
html[data-fr-theme='dark'] & {
|
|
|
|
box-sizing: content-box;
|
|
|
|
padding: $default-padding / 2;
|
|
|
|
background: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
2019-01-07 15:40:07 +01:00
|
|
|
@media (min-width: $procedure-context-breakpoint) {
|
2023-05-22 15:36:48 +02:00
|
|
|
max-height: 90px;
|
2019-01-07 15:40:07 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-26 15:16:29 +01:00
|
|
|
.no-procedure-presentation {
|
2023-01-26 15:26:22 +01:00
|
|
|
margin-bottom: 1.6rem;
|
2023-01-26 15:16:29 +01:00
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-07 15:40:07 +01:00
|
|
|
.procedure-context-content {
|
|
|
|
@media (max-width: $procedure-context-breakpoint) {
|
|
|
|
input[type=submit] {
|
|
|
|
margin-bottom: 2 * $default-padding;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|