From 6da54a290cf52bcbb8dbbb3c8bd78be4d018ef04 Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Wed, 22 May 2019 00:26:19 -0700 Subject: [PATCH] Restyling box --- src/app/components/adbutler/adbutler.component.scss | 2 +- .../notification-box/notification-box.component.html | 2 +- .../notification-box/notification-box.component.scss | 10 +++++----- src/app/services/notification-settings.service.ts | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/components/adbutler/adbutler.component.scss b/src/app/components/adbutler/adbutler.component.scss index 93962182..be21ec65 100644 --- a/src/app/components/adbutler/adbutler.component.scss +++ b/src/app/components/adbutler/adbutler.component.scss @@ -15,7 +15,7 @@ .butlerlight { width: 600px; border: 0px solid #C0C0C0; - background-color: #263238; + background-color: white; } .rowdark { diff --git a/src/app/components/notification-box/notification-box.component.html b/src/app/components/notification-box/notification-box.component.html index 25ca34e0..44809dec 100644 --- a/src/app/components/notification-box/notification-box.component.html +++ b/src/app/components/notification-box/notification-box.component.html @@ -3,7 +3,7 @@
- + close
diff --git a/src/app/components/notification-box/notification-box.component.scss b/src/app/components/notification-box/notification-box.component.scss index 609047bc..4555b07e 100644 --- a/src/app/components/notification-box/notification-box.component.scss +++ b/src/app/components/notification-box/notification-box.component.scss @@ -2,7 +2,7 @@ posiTion: fixed; bottom: 10px; right: 5px; - width: 608px; + width: 604px; height: 88px; } @@ -18,13 +18,13 @@ } .edgeline { - height: 84px; - width: 4px; + height: 82px; + width: 2px; background-color: #0097a7; } .bottomline { - width: 608px; - height: 4px; + width: 604px; + height: 2px; background-color: #0097a7; } diff --git a/src/app/services/notification-settings.service.ts b/src/app/services/notification-settings.service.ts index 558ec520..e8f203c5 100644 --- a/src/app/services/notification-settings.service.ts +++ b/src/app/services/notification-settings.service.ts @@ -10,7 +10,7 @@ export class NotificationSettingsService { let configuration: NotificationSettings = { delayTime: 1000, viewTime: 1000, - breakTime: 10, + breakTime: 1000, isEndless: true, numberOfViews: 1, };