From 35dc9d2a24ce6b1c7d6c24e1fdbb8f4fad2d3d06 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 21 Jun 2019 23:33:20 +0300 Subject: [PATCH] fix(typography): use updated variables --- .../typography/typography.component.scss | 30 ++----------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/src/app/pages/ui-features/typography/typography.component.scss b/src/app/pages/ui-features/typography/typography.component.scss index c664ffea..03c01d39 100644 --- a/src/app/pages/ui-features/typography/typography.component.scss +++ b/src/app/pages/ui-features/typography/typography.component.scss @@ -2,17 +2,6 @@ @include nb-install-component() { - .font-secondary .font-header .name { - font-size: 4.5rem; - line-height: 4rem; - font-weight: nb-theme(font-weight-bold); - } - - .font-main .font-header .name { - font-size: 3rem; - font-weight: nb-theme(font-weight-bold); - } - .font-row { &:first-child { margin-bottom: 2rem; @@ -28,17 +17,9 @@ } .headings-card { - nb-card-body { - padding: 1rem 1.25rem; - } .header { padding-bottom: 0.675rem; margin-bottom: 0.675rem; - - &:last-child { - padding-bottom: 0; - margin-bottom: 0; - } } } @@ -48,13 +29,10 @@ align-items: center; padding-bottom: 1rem; margin-bottom: 1rem; - border-bottom: 1px solid nb-theme(separator); - color: nb-theme(color-fg-heading); + border-bottom: 1px solid nb-theme(divider-color); &:last-child { border-bottom: none; - padding: 0; - margin: 0; } div:first-child { @@ -78,7 +56,6 @@ span { padding-right: 1rem; padding-left: 1rem; - font-size: 1.5rem; } } @@ -87,7 +64,6 @@ display: flex; justify-content: flex-end; align-items: flex-end; - color: nb-theme(color-fg); } } @@ -119,10 +95,10 @@ } .text-link { - color: nb-theme(link-color); + color: nb-theme(link-text-color); } .bg-link { - background: nb-theme(link-color); + background: nb-theme(link-text-color); } }