mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 19:00:13 +01:00
refactor(orders): make tabs list same size as sibling
This commit is contained in:
parent
b0c0506288
commit
00fb113b86
1 changed files with 3 additions and 2 deletions
|
|
@ -12,8 +12,9 @@ $legend-canceled-color: #3f4fda;
|
|||
flex: 1;
|
||||
|
||||
::ng-deep ul {
|
||||
border-bottom: none;
|
||||
|
||||
// make same size as card header
|
||||
border-color: transparent;
|
||||
padding-bottom: 1px;
|
||||
.tab-link {
|
||||
padding: 1.25rem 2rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue