Update website
This commit is contained in:
parent
41ce1aa076
commit
ea0eb1c6e0
4222 changed files with 721797 additions and 14 deletions
24
admin/phpMyAdmin/themes/metro/scss/_navbar.scss
Normal file
24
admin/phpMyAdmin/themes/metro/scss/_navbar.scss
Normal file
|
@ -0,0 +1,24 @@
|
|||
.navbar {
|
||||
background-color: $th-background;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.navbar-nav .icon {
|
||||
margin-right: 0.5em;
|
||||
vertical-align: -3px;
|
||||
}
|
||||
|
||||
.navbar-nav .nav-item {
|
||||
padding: 8px 10px;
|
||||
|
||||
&.active {
|
||||
background: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-nav .nav-link {
|
||||
text-transform: uppercase;
|
||||
font-family: $font-family-extra-bold;
|
||||
font-weight: normal;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue