mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-24 20:04:02 +08:00
basic menu
This commit is contained in:
@@ -73,19 +73,44 @@ body.layout-do {
|
||||
.menu {
|
||||
padding: 10px 0;
|
||||
|
||||
.logo {
|
||||
background-color: #e5e5e5;
|
||||
border-radius: 3px;
|
||||
width: 47px;
|
||||
height: 47px;
|
||||
position: relative;
|
||||
margin-right: 20px;
|
||||
.navbar {
|
||||
padding: 0;
|
||||
|
||||
svg {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-45%, -50%);
|
||||
.navbar-brand {
|
||||
display: inline-block;
|
||||
background-color: #e5e5e5;
|
||||
border-radius: 3px;
|
||||
width: 47px;
|
||||
height: 47px;
|
||||
position: relative;
|
||||
margin-right: 20px;
|
||||
|
||||
svg {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-45%, -50%);
|
||||
}
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
font-weight: 600;
|
||||
margin-right: 30px;
|
||||
|
||||
&.active {
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
|
||||
.nav-link {
|
||||
color: #99a1b3;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
color: #031b4e;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
resources/scss/vendor/_bootstrap.scss
vendored
2
resources/scss/vendor/_bootstrap.scss
vendored
@@ -16,7 +16,7 @@
|
||||
@import '../../../node_modules/bootstrap/scss/input-group';
|
||||
@import '../../../node_modules/bootstrap/scss/custom-forms';
|
||||
@import '../../../node_modules/bootstrap/scss/nav';
|
||||
// @import '../../../node_modules/bootstrap/scss/navbar';
|
||||
@import '../../../node_modules/bootstrap/scss/navbar';
|
||||
@import '../../../node_modules/bootstrap/scss/card';
|
||||
// @import '../../../node_modules/bootstrap/scss/breadcrumb';
|
||||
// @import '../../../node_modules/bootstrap/scss/pagination';
|
||||
|
Reference in New Issue
Block a user