Commit c5f9f7e7 authored by Jacoba Neighbourhood's avatar Jacoba Neighbourhood Committed by Chris Lamb
Browse files

chore: remove empty css rules

parent 33b31ecc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
.navbar {
  // background-color: $primary !important;
}

.background-primary {
  background-color: $primary;
}
+1 −4
Original line number Diff line number Diff line
@@ -10,10 +10,6 @@
  height: 100%;
  width: 100%;


  & .list-group {
  }

  & .list-group-item {
    background-color: transparent;
    border: 0;
@@ -52,6 +48,7 @@

.rb-navbar__top {
  background-color: $primary;
  padding: 1rem 0;
}

.rb-sidebar__1 {