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 {
width: 600px;
border: 0px solid #C0C0C0;
background-color: #263238;
background-color: white;
}
.rowdark {

View File

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

View File

@ -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;
}

View File

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