refactor(orders): make tabs list same size as sibling

This commit is contained in:
Sergey Andrievskiy 2019-06-22 15:18:07 +03:00
parent b0c0506288
commit 00fb113b86

View file

@ -12,8 +12,9 @@ $legend-canceled-color: #3f4fda;
flex: 1; flex: 1;
::ng-deep ul { ::ng-deep ul {
border-bottom: none; // make same size as card header
border-color: transparent;
padding-bottom: 1px;
.tab-link { .tab-link {
padding: 1.25rem 2rem; padding: 1.25rem 2rem;
} }