📦 NEW: Profil dernières citations proposées

This commit is contained in:
Divlo
2020-04-22 22:01:18 +02:00
parent 43add978b6
commit 032ef566c7
8 changed files with 84 additions and 53 deletions

View File

@ -217,4 +217,14 @@ a, .important {
height: 1rem;
content: "";
background: no-repeat 50%/50% 50%;
}
.table-column {
display: grid;
}
.table, th, td {
border: 1px solid var(--text-color);
border-collapse: collapse;
}
.table-row {
padding: 15px;
}

View File

@ -37,14 +37,4 @@
border-radius: 10px;
overflow: auto;
white-space: normal !important;
}
.table-column {
display: grid;
}
.table, th, td {
border: 1px solid var(--text-color);
border-collapse: collapse;
}
.table-row {
padding: 15px;
}

View File

@ -20,16 +20,6 @@
.Admin__Modal-select-option {
color: rgb(221, 220, 220);
}
.Admin__table-column {
display: grid;
}
.Admin__table, th, td {
border: 1px solid var(--text-color);
border-collapse: collapse;
}
.Admin__table-row {
padding: 15px;
}
.Admin__Function-slide {
margin-top: 40px;
}