diff --git a/src/app/geo-header/geo-header.component.html b/src/app/geo-header/geo-header.component.html index d91095d..fbca69d 100644 --- a/src/app/geo-header/geo-header.component.html +++ b/src/app/geo-header/geo-header.component.html @@ -12,8 +12,7 @@ -
center_focus_weak diff --git a/src/app/shared/branding/branding.component.scss b/src/app/shared/branding/branding.component.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/shared/branding/branding.component.ts b/src/app/shared/branding/branding.component.ts index aa472bb..bdd5071 100644 --- a/src/app/shared/branding/branding.component.ts +++ b/src/app/shared/branding/branding.component.ts @@ -2,8 +2,7 @@ import { Component } from '@angular/core'; @Component({ selector: 'app-branding', - templateUrl: './branding.component.html', - styleUrls: ['./branding.component.scss'] + templateUrl: './branding.component.html' }) export class BrandingComponent { brand = `Cercador d'AV | CONFAVC`; diff --git a/src/styles.scss b/src/styles.scss index 5be4429..545beec 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,16 +1,10 @@ -//
// -md-toolbar-row { - > div[td-toolbar-content] { - width: 100%; - } -} - +//
// @media (max-width: 960px) { md-toolbar { &.mat-primary { - min-height: 70px; + min-height: 75px; md-toolbar-row { - height: 70px; + height: 75px; } } button.td-menu-button { @@ -18,36 +12,35 @@ md-toolbar-row { } } } - @media (max-width: 600px) { md-toolbar { + // text for toolbar list + // just visible on mobile screeners .small { font-size: 16px; + overflow-x: hidden; + text-overflow: ellipsis; + box-sizing: border-box; } &.mat-primary { - min-height: 105px; - padding-bottom: 5px; + min-height: 115px; md-toolbar-row { - height: 105px; + height: 115px; } } } } -//
// - // // a[md-list-item], .place-detail-box { opacity: 0; transform: translateX(-20px); } - md-card-title > h3 { margin: 0; } -// // - +// // app-activity-indicator { height: 5px; z-index: 1;