mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-08 17:34:20 +01:00
fix(demo): improve grid, typography and tabs layouts
This commit is contained in:
parent
e40353ebae
commit
a0e7abcf0a
11 changed files with 108 additions and 67 deletions
|
|
@ -6,10 +6,6 @@
|
|||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
/deep/ ul {
|
||||
border-bottom: 1px solid nga-theme(separator);
|
||||
}
|
||||
}
|
||||
|
||||
nga-tab {
|
||||
|
|
@ -22,6 +18,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
color: nga-theme(color-fg);
|
||||
padding: 1rem;
|
||||
border-bottom: 1px solid nga-theme(separator);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
|
||||
/deep/ ul {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
nga-tab.content-active {
|
||||
|
|
|
|||
|
|
@ -2,12 +2,11 @@
|
|||
|
||||
@include nga-install-component() {
|
||||
|
||||
nga-card {
|
||||
nga-card-body {
|
||||
height: 100%;
|
||||
padding: 2rem;
|
||||
background-image: nga-theme(radial-gradient);
|
||||
}
|
||||
nga-card-body {
|
||||
height: 100%;
|
||||
padding: 2rem;
|
||||
background-image: nga-theme(radial-gradient);
|
||||
color: nga-theme(color-fg);
|
||||
}
|
||||
|
||||
.location {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue