dashboard-skeleton-compostrap
Version:
Simple and fast dashboard skeleton on Bootstrap
38 lines (35 loc) • 567 B
CSS
.nanobar .bar {
background-color: #d2d2d2;
}
.text-silver {
color: #adb5bd;
}
.text-purple {
color: #6f42c1;
}
.text-pink {
color: #d63384;
}
.text-orange {
color: #fd7e14;
}
.text-teal {
color: #20c997;
}
.navbar-nav-breadcrumb .nav-link {
margin-right: 0.125rem;
margin-left: 0.5rem;
}
.navbar-nav-breadcrumb li + li:before {
font-family: "Font Awesome 7 Free";
font-weight: 600;
content: "\f105";
position: absolute;
top: 1.25rem;
font-size: 0.875rem;
opacity: 0.2;
}
.content-box {
padding: 1.25rem;
border-radius: 0.375rem;
}