1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/node-sass/test/fixtures/source-comments/index.scss

17 lines
148 B
SCSS
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
#navbar {
width: 80%;
height: 23px;
}
#navbar ul {
list-style-type: none;
}
#navbar li {
float: left;
a {
font-weight: bold;
}
}