olshop/asset/css/styles.css
2020-01-02 23:12:35 +07:00

36 lines
576 B
CSS

.navbar-static-top {
margin-bottom:20px;
}
i {
font-size:16px;
}
.nav > li > a {
color:#787878;
}
footer {
margin-top:20px;
padding-top:20px;
padding-bottom:20px;
background-color:#efefef;
}
/* count indicator near icons */
.nav>li .count {
position: absolute;
bottom: 12px;
right: 6px;
font-size: 9px;
background: rgba(51,200,51,0.55);
color: rgba(255,255,255,0.9);
line-height: 1em;
padding: 2px 4px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}