40e952e8d2
[ETQ admin] Je veux comprendre pourquoi je ne peux pas personnaliser mes mails si l'accusé de lecture est activé
33 lines
420 B
SCSS
33 lines
420 B
SCSS
.procedure-admin-container {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-bottom: 20px;
|
|
|
|
.button {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
a {
|
|
background-image: none; // remove DSFR underline
|
|
}
|
|
}
|
|
|
|
.procedure-admin-listing-container {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.container {
|
|
a {
|
|
overflow-wrap: break-word;
|
|
}
|
|
}
|
|
|
|
.admin-metadata {
|
|
margin-top: -8px;
|
|
margin-bottom: 8px;
|
|
|
|
li {
|
|
font-size: 14px;
|
|
}
|
|
|
|
}
|