2020-07-20 10:37:08 +02:00
|
|
|
.procedure-admin-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
.button {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2022-10-06 14:42:14 +02:00
|
|
|
|
|
|
|
a {
|
|
|
|
background-image: none; // remove DSFR underline
|
|
|
|
}
|
2020-07-20 10:37:08 +02:00
|
|
|
}
|
|
|
|
|
2020-07-28 15:15:56 +02:00
|
|
|
.procedure-admin-listing-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
max-width: 1072px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
a {
|
|
|
|
cursor: pointer;
|
2023-02-09 10:13:57 +01:00
|
|
|
overflow-wrap: break-word;
|
2020-07-28 15:15:56 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-04-19 16:32:50 +02:00
|
|
|
.admin-metadata {
|
|
|
|
margin-top: -8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
|
|
|
li {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|