replace border by box-shadox in flex-bloc and flex-table

We use box-shadow instead of border
to avoid to manage border double-width
when blocs are resized for small screen !

Then we can simulate border-collapse: collapse (table)
This commit is contained in:
2021-05-28 12:46:04 +02:00
parent 622c254cc4
commit 666c1e7ae7
3 changed files with 13 additions and 35 deletions

View File

@@ -144,7 +144,6 @@ div.flex-table {
}
div.item-bloc {
background-color: white !important;
border: 1px solid #000;
padding: 1em;
margin-top: 1em;
.content-bloc {