mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-12 00:22:35 +01:00
refactor(orders): make summary section lighter
This commit is contained in:
parent
25a98a3e11
commit
6cd054128c
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue