mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user