Markdown2Html/src/layout/Navbar.css
2024-08-06 23:50:54 +08:00

68 lines
1.1 KiB
CSS

.nice-navbar {
height: 56px;
display: flex;
align-items: center;
/* justify-content: space-between; */
flex: none;
position: relative;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
z-index: 2;
background: #000;
color: #fff;
}
.nice-toolbar {
height: 40px;
padding: 0 20px;
border-top: 1px solid rgba(0, 0, 0, 0.5);
background-color: #fff;
}
.nice-left-nav {
display: flex;
flex: 1;
justify-content: flex-start;
align-items: center;
}
.nice-left-nav a {
margin-bottom: 0;
}
.nice-right-nav {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
}
.nice-right-nav .nice-menu-link {
color: #000!important;
}
.nice-btn-group-margin {
margin-right: 10px;
}
.nice-btn-group-right {
margin-right: 20px;
}
.nice-icon-bar {
margin-top: 5;
}
.nice-title {
padding: 0 10px 0 20px;
font-weight: bold;
font-size: 16px;
/*font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC", Cambria, Cochin, Georgia,*/
/* Times, "Times New Roman", serif;*/
/*font-size: x-large;*/
font-family: Mangueira Alt, sans-serif;
}
.nice-navbar-hide {
display: none;
}