skyline/src/components/Layout/GlobalNav/index.less
Jingwei.Zhang 4496eb4f05 feat: update layout styles
update layout styles by variables in the variables.less

Change-Id: I43fa54f52c791e629f9a04484c80947a04849556
2023-06-14 14:31:07 +08:00

23 lines
366 B
Plaintext

@import '~styles/variables';
.global-nav-icon {
position: relative;
float: left;
width: @sider-collapsed-width;
height: @header-height;
color: #fff;
font-size: 16px;
line-height: @header-height;
text-align: center;
background-color: @primary-color;
cursor: pointer;
}
.global-nav-icon-icon {
width: 20px;
}
.main {
padding: 32px 32px 0;
}