mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
refactor(tabs): make tab list same size as card header
This commit is contained in:
parent
14a53c8b51
commit
c4faa6af39
2 changed files with 9 additions and 4 deletions
|
|
@ -9,8 +9,12 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
::ng-deep .tab-link {
|
::ng-deep ul {
|
||||||
padding: 1.25rem 2rem;
|
// make same size as card header
|
||||||
|
padding-bottom: 1px;
|
||||||
|
::ng-deep .tab-link {
|
||||||
|
padding: 1.25rem 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,9 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
::ng-deep ul {
|
::ng-deep ul {
|
||||||
border: 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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue