VICE / Client / src / app / nav / nav.component.css
nav.component.css
Raw
.sidenav-container {
  height: 100%;
}

.sidenav {
  width: 200px;
}

.sidenav .mat-toolbar {
  background: inherit;
}

.mat-toolbar.mat-primary {
  position: sticky;
  top: 0;
  z-index: 1;
}

.IssueHeader {
  font-weight: bold;
  font-family: Nunito, sans-serif;
}

.navbar{
  margin-left: auto;
}

.navbar-nav{
  list-style: none;
}

.nav-link{
  text-decoration: none;
  color: white;
}

.example-spacer {
  flex: 1 1 auto;
}

.buttons {
  margin: 10% 5% 10% 5%;
  padding: 0 5px 0 5px;
}

#issuedropdown {
  width: 100%;
}

#dropdownMenuButton2 {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  padding-left: 0;
  width: 100%;
}

#button-container {
  display: flex;
  align-self: flex-end;
  margin-left: 10%;
  height: 100%;
  width: 50%;
}