Skip to content

Commit

Permalink
#12: Adding Basic Navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
acarlstein authored Sep 25, 2019
1 parent aeb52ff commit df1f7b2
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions ui.library.scss
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ ul.tracking-progress {
}
}
}
& + .tab-content {
& + .tab-content {
border-top-color: $primary;
background: $primary;
border-left-style: none;
Expand All @@ -794,15 +794,31 @@ ul.tracking-progress {
}
}

.tab-content {
border-top-color: $primary;
background: $primary;
border-left-style: none;
width: 100%;
height: 170px;

& .tab-pane{
color: $white-base;
}
&.vertical {
&.panel {
margin-left: -30px;
margin-top: 2px;
}
}
}

.pagination {
& > li {
& > a{
color: $gray-darker;
text-decoration: none;
}

}

}
}
}

.pagination-content {
Expand Down

0 comments on commit df1f7b2

Please sign in to comment.