mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
@import '~theme/index.less';
|
|
|
|
.left_sider_wrapper {
|
|
overflow: hidden!important;
|
|
position: absolute;
|
|
z-index: 500;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
|
|
height: 50px;
|
|
width: 100%;
|
|
|
|
border-color: transparent;
|
|
font-size: 13px;
|
|
font-family: @__app_generalFont;
|
|
padding: 0 27px;
|
|
|
|
:global {
|
|
.ant-layout-sider {
|
|
background-color: transparent;
|
|
height: 100%;
|
|
|
|
.ant-menu-item {color: @left_sider_color;}
|
|
.anticon {font-size: @left_sider_sizeIcons;}
|
|
.ant-menu-item{margin: auto; padding: 0;}
|
|
|
|
.ant-menu {
|
|
background-color: #2d2d2d;
|
|
height: 100%;
|
|
border-radius: 27px 27px 0 0;
|
|
padding: 0 27px;
|
|
display: flex;
|
|
}
|
|
|
|
.ant-menu-horizontal {
|
|
line-height: 46px;
|
|
white-space: nowrap;
|
|
border: 0;
|
|
border-bottom: 0;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
}
|
|
}
|