Restyling box

This commit is contained in:
Piotr Pekala 2019-05-22 00:26:19 -07:00
parent d7b73b4653
commit 6da54a290c
4 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@
.butlerlight { .butlerlight {
width: 600px; width: 600px;
border: 0px solid #C0C0C0; border: 0px solid #C0C0C0;
background-color: #263238; background-color: white;
} }
.rowdark { .rowdark {

View File

@ -3,7 +3,7 @@
<div style="display: flex; height: 80px;"> <div style="display: flex; height: 80px;">
<div class="edgeline"></div> <div class="edgeline"></div>
<div> <div>
<app-adbutler theme="light"></app-adbutler> <app-adbutler theme="dark"></app-adbutler>
<mat-icon (click)="closeNotification()" class="close-button">close</mat-icon> <mat-icon (click)="closeNotification()" class="close-button">close</mat-icon>
</div> </div>
<div class="edgeline"></div> <div class="edgeline"></div>

View File

@ -2,7 +2,7 @@
posiTion: fixed; posiTion: fixed;
bottom: 10px; bottom: 10px;
right: 5px; right: 5px;
width: 608px; width: 604px;
height: 88px; height: 88px;
} }
@ -18,13 +18,13 @@
} }
.edgeline { .edgeline {
height: 84px; height: 82px;
width: 4px; width: 2px;
background-color: #0097a7; background-color: #0097a7;
} }
.bottomline { .bottomline {
width: 608px; width: 604px;
height: 4px; height: 2px;
background-color: #0097a7; background-color: #0097a7;
} }

View File

@ -10,7 +10,7 @@ export class NotificationSettingsService {
let configuration: NotificationSettings = { let configuration: NotificationSettings = {
delayTime: 1000, delayTime: 1000,
viewTime: 1000, viewTime: 1000,
breakTime: 10, breakTime: 1000,
isEndless: true, isEndless: true,
numberOfViews: 1, numberOfViews: 1,
}; };