From 3adc55c0226a7a79b2a6361467efec1af008cf36 Mon Sep 17 00:00:00 2001 From: Carlos Valle Date: Thu, 29 Mar 2018 17:21:43 -0400 Subject: [PATCH 1/2] Logo updated and css clean up --- .../site-components/header/header.template.html | 4 ++-- src/patterns/pages/page-a/page.template.html | 4 ++-- src/patterns/pages/page-b/page.template.html | 4 ++-- src/prototypes/components/picker/template.html | 12 ++++++------ .../prototypes-components.component.ts | 4 +--- src/styles/docs.scss | 6 +++++- src/styles/sam-design-system/patterns/_home.scss | 2 +- .../sam-design-system/prototypes/_base.scss | 5 ----- src/styles/transition/_button.scss | 3 +++ src/styles/transition/_input.scss | 6 ++++++ src/styles/transition/_label.scss | 7 +++++++ src/styles/transition/_radio.scss | 16 ++++++++++++++++ src/styles/transition/_select.scss | 1 - src/styles/transition/_title.scss | 3 +++ 14 files changed, 54 insertions(+), 23 deletions(-) create mode 100644 src/styles/transition/_button.scss create mode 100644 src/styles/transition/_input.scss create mode 100644 src/styles/transition/_label.scss create mode 100644 src/styles/transition/_radio.scss create mode 100644 src/styles/transition/_title.scss diff --git a/src/app/site-components/header/header.template.html b/src/app/site-components/header/header.template.html index debea3e17..55a49294f 100644 --- a/src/app/site-components/header/header.template.html +++ b/src/app/site-components/header/header.template.html @@ -1,7 +1,7 @@