refactor(orders): make summary section lighter

This commit is contained in:
Sergey Andrievskiy 2019-06-21 13:39:04 +03:00
parent 25a98a3e11
commit 6cd054128c

View file

@ -4,11 +4,11 @@
.summary-container { .summary-container {
display: flex; display: flex;
flex: 1; flex: 1;
background-color: nb-theme(background-basic-color-3); background-color: nb-theme(background-basic-color-2);
justify-content: space-between; justify-content: space-between;
padding: 1.5rem 4rem 1rem; padding: 1.5rem 4rem 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
border: 1px solid nb-theme(border-basic-color-4); border: 1px solid nb-theme(border-basic-color-3);
border-left: none; border-left: none;
border-right: none; border-right: none;
} }