refactor(style): remove tailwind css

This commit is contained in:
nebv
2020-10-11 00:05:29 +08:00
parent 66b5616957
commit 03b6025d07
52 changed files with 513 additions and 505 deletions

View File

@@ -191,9 +191,17 @@
height: @header-height;
padding: 0 20px 0 0;
color: @white;
background: @white;
align-items: center;
justify-content: space-between;
&__content {
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
}
&__header--light {
background: @white;
border-bottom: 1px solid @header-light-bottom-border-color;
@@ -334,6 +342,7 @@
margin-left: 20px;
overflow: hidden;
align-items: center;
flex-grow: 1;
}
&__user-dropdown {
@@ -398,4 +407,5 @@
.layout-breadcrumb {
padding: 0 16px;
flex-grow: 1;
}