diff --git a/src/app/@theme/components/header/header.component.scss b/src/app/@theme/components/header/header.component.scss index e0bd2e2c..9fc5883e 100644 --- a/src/app/@theme/components/header/header.component.scss +++ b/src/app/@theme/components/header/header.component.scss @@ -1,52 +1,34 @@ @import '../../styles/variables'; @include nga-install-component() { - width: 100%; display: flex; justify-content: space-between; + width: 100%; - div { + .left-container { display: flex; align-items: center; - & > * { - height: 100%; - display: flex; - align-items: center; - } - } - - .left { - > * { - padding: 0 1.25rem; - border-right: 1px solid nga-theme(separator); - - &:first-child { - padding-left: 0; - } - - &:last-child { - border: none; - } - } - - .theme-buttons button { - margin-left: 10px; - } - - .control-icon.ion-navicon { + .navigation { + padding-right: nga-theme(padding); font-size: 2.5rem; } .logo { - font-size: 1.7rem; + padding: 0 nga-theme(padding); + font-size: 1.75rem; font-weight: nga-theme(font-weight-bolder); - text-decoration: none; - transition: all 0.2s ease; - cursor: pointer; + border-left: 1px solid nga-theme(separator); - a { - font-weight: normal; + span { + font-weight: nga-theme(font-weight-normal); + } + } + + .theme-buttons { + margin-left: 3rem; + button { + margin-right: 1rem; } } } diff --git a/src/app/@theme/components/header/header.component.ts b/src/app/@theme/components/header/header.component.ts index ea6ef2bf..5c4f4d0c 100644 --- a/src/app/@theme/components/header/header.component.ts +++ b/src/app/@theme/components/header/header.component.ts @@ -8,9 +8,9 @@ import { UserService } from '../../../@core/data/users.service'; selector: 'ngx-header', styleUrls: ['./header.component.scss'], template: ` -
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. - Separated they live in Bookmarksgrove - right at the coast of the Semantics, a large language ocean. + Separated they live in Bookmarksgrove.
A small river named Duden flows by their place and supplies it with the
@@ -140,14 +139,14 @@
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia.
Far far away, behind the word mountains, far from the countries. Far far away, behind the word mountains, far from the countries. Far far away, behind the word mountains.
-
-