fix(demo): improve grid, typography and tabs layouts

This commit is contained in:
KostyaDanovsky 2017-07-19 12:07:17 +03:00
parent e40353ebae
commit a0e7abcf0a
11 changed files with 108 additions and 67 deletions

View file

@ -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);
}