diff --git a/src/app/components/adbutler/adbutler.component.scss b/src/app/components/adbutler/adbutler.component.scss index be21ec65..2ae4c28a 100644 --- a/src/app/components/adbutler/adbutler.component.scss +++ b/src/app/components/adbutler/adbutler.component.scss @@ -7,13 +7,13 @@ } .butlerdark { - width: 600px; + width: 400px; border: 0px solid #C0C0C0; background-color: #263238; } .butlerlight { - width: 600px; + width: 400px; border: 0px solid #C0C0C0; background-color: white; } diff --git a/src/app/components/notification-box/notification-box.component.html b/src/app/components/notification-box/notification-box.component.html index 44809dec..3636653e 100644 --- a/src/app/components/notification-box/notification-box.component.html +++ b/src/app/components/notification-box/notification-box.component.html @@ -2,7 +2,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 4555b07e..53575605 100644 --- a/src/app/components/notification-box/notification-box.component.scss +++ b/src/app/components/notification-box/notification-box.component.scss @@ -2,10 +2,15 @@ posiTion: fixed; bottom: 10px; right: 5px; - width: 604px; + width: 412px; height: 88px; } +.content { + background-color: #263238; + padding-left: 8px; +} + .close-button { position: fixed; bottom: 65px; @@ -24,7 +29,7 @@ } .bottomline { - width: 604px; + width: 412px; height: 2px; background-color: #0097a7; }