fork from bc4552c5a8
This commit is contained in:
21
client/components/Subnav/Subnav.scss
Normal file
21
client/components/Subnav/Subnav.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
@import '../../styles/common.scss';
|
||||
|
||||
.m-subnav {
|
||||
margin-bottom: .24rem;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 0 .04rem rgba(0, 0, 0, .08);
|
||||
font-size: .14rem;
|
||||
border: none;
|
||||
.ant-menu {
|
||||
font-size: unset;
|
||||
}
|
||||
.m-subnav-menu {
|
||||
border: none;
|
||||
padding: 0 .24rem;
|
||||
.item {
|
||||
line-height: .54rem;
|
||||
padding: 0 .36rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user