refactor: separated css modules from common style

This commit is contained in:
charlie
2020-12-14 21:13:12 +08:00
parent 2e30872f61
commit 8a440e910a
28 changed files with 933 additions and 1044 deletions

View File

@@ -1,9 +1,15 @@
.cp__header {
@apply shadow z-10 h-12 pr-4;
position: relative;
display: flex;
align-items: center;
flex: 0 0 auto;
background-color: var(--ls-primary-background-color, #fff);
position: fixed;
width: 100%;
top: 0;
left: 0;
}
.cp__header-left-menu {