mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-02 01:08:21 +00:00
Restyling box
This commit is contained in:
parent
d7b73b4653
commit
6da54a290c
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user