mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
styles, replace colors by variables, minor changes with colors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user