styles, replace colors by variables, minor changes with colors

This commit is contained in:
2021-07-31 11:00:37 +02:00
parent a48d7f5e94
commit 9764ee1794
3 changed files with 34 additions and 24 deletions

View File

@@ -41,7 +41,7 @@ div.flex-bloc {
&:first-child {
flex-grow: 0; flex-shrink: 0; flex-basis: auto;
padding-bottom: 0.5em;
border-bottom: 1px dotted #0000004f;
border-bottom: 1px dotted $gray-900;
margin-bottom: 0.5em;
}
&:last-child {
@@ -79,6 +79,9 @@ div.flex-table {
padding: 1em;
&:nth-child(even) {
background-color: $gray-200;
.chill-user-quote {
background-color: $gray-100;
}
}
div.item-row {
@@ -86,7 +89,7 @@ div.flex-table {
flex-direction: row;
&:not(:first-child) {
margin-top: 0.5em;
border-top: 1px dotted #0000004f;
border-top: 1px dotted $gray-900;
padding-top: 0.5em;
flex-direction: column;
}