Skip to content

Commit

Permalink
feat(themes): add new Dark theme landing
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed May 20, 2019
1 parent 2a01347 commit acce334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/app/@theme/components/hero/hero.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
</div>
<div class="hero-feature">
<div class="feature-key">
3
4
</div>
<h3 class="feature-title">
Visual themes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
box-shadow: nb-theme(route-tabset-shadow);

.route-tabset {
border-bottom: nb-theme(route-tabset-divider-width) nb-theme(route-tabset-divider-style) nb-theme(route-tabset-divider-color);
border-bottom:
nb-theme(route-tabset-divider-width)
nb-theme(route-tabset-divider-style)
nb-theme(route-tabset-divider-color);
}

.tab-link {
Expand Down

0 comments on commit acce334

Please sign in to comment.