www/src/static/css/navbar.css
Thomas Smith 87c46cf63c Changes
2023-02-13 14:08:45 -05:00

30 lines
466 B
CSS

/* Navbar General */
.navbar{
position: fixed;
width:100%;
padding: 0px !important;
height: 52px;
background-color: #1a1a1a !important;
text-transform: uppercase;
border-bottom: 1px solid gray;
}
/* Drop Verion */
.top-logo{
height: 50px;
width: 50px;
margin: 0px !important;
padding-top:0px;
}
.navbar-brand{
height: 100%;
margin: 0px !important;
padding: 0px !important;
}
div.container-fluid.top-nav{
padding: 0px !important;
}