ui: improve design in settings

This commit is contained in:
bsourisse 2023-01-17 18:03:47 +01:00
parent c1529ea983
commit c9e13316e2

View file

@ -9,13 +9,12 @@
.containerSetting { .containerSetting {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
width: calc(100% + 24px); width: 100%;
margin: 40px 20px 0px 5px; margin: 40px 20px 0px 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
border-radius: 5px;
text-align: left; text-align: left;
padding: 32px 24px; padding: 32px 24px;
animation: entrance ease-in 0.3s 1 normal none; animation: entrance ease-in 0.3s 1 normal none;
border-bottom: 1px solid #e5e7eb;
} }
@keyframes entrance { @keyframes entrance {