The help website/knowledgebase (bitwarden.com/help).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
371 B

nav.navbar {
font-family: "Roboto", sans-serif;
font-size: 18px;
}
nav.navbar-dark {
background: $primary;
padding: 1rem;
.navbar-brand {
font-size: 1.5rem;
}
.navbar-nav {
.nav-link {
color: #fff;
margin: 0 4.5px;
&:hover {
opacity: 0.75;
}
}
}
}