21 lines
269 B
CSS
21 lines
269 B
CSS
.divider {
|
|
background: #eee;
|
|
border: 0;
|
|
height: 1px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.menu {
|
|
margin: -7px -12px -5px !important;
|
|
width: calc(100% + 24px) !important;
|
|
}
|
|
|
|
.menuItem {
|
|
margin: 0 !important;
|
|
padding-left: 14px !important;
|
|
}
|
|
|
|
.tip {
|
|
opacity: 0.5;
|
|
}
|