mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-22 04:18:08 +00:00
Restyling box
This commit is contained in:
parent
d7b73b4653
commit
6da54a290c
@ -15,7 +15,7 @@
|
||||
.butlerlight {
|
||||
width: 600px;
|
||||
border: 0px solid #C0C0C0;
|
||||
background-color: #263238;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.rowdark {
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ export class NotificationSettingsService {
|
||||
let configuration: NotificationSettings = {
|
||||
delayTime: 1000,
|
||||
viewTime: 1000,
|
||||
breakTime: 10,
|
||||
breakTime: 1000,
|
||||
isEndless: true,
|
||||
numberOfViews: 1,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user