You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
299 B

// #side-bar > li.nav-item 的 padding-left 設置為 30px 並且 > a.nav-link 不顯示底線及顏色設置為 #fff
#side-bar {
> li.nav-item {
width: 100%;
padding-left: 30px;
> a.nav-link {
text-decoration: none;
color: #fff;
}
}
}