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;
|
||||
flex-direction: column;
|
||||
|
||||
::ng-deep .tab-link {
|
||||
padding: 1.25rem 2rem;
|
||||
::ng-deep ul {
|
||||
// make same size as card header
|
||||
padding-bottom: 1px;
|
||||
::ng-deep .tab-link {
|
||||
padding: 1.25rem 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,9 @@
|
|||
height: 100%;
|
||||
|
||||
::ng-deep ul {
|
||||
border: 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