mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-21 22:07:48 +00:00
Restyling box
This commit is contained in:
parent
6da54a290c
commit
fc43f98f86
@ -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;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mat-progress-bar mode="determinate" [value]="progress"></mat-progress-bar>
|
||||
<div style="display: flex; height: 80px;">
|
||||
<div class="edgeline"></div>
|
||||
<div>
|
||||
<div class="content">
|
||||
<app-adbutler theme="dark"></app-adbutler>
|
||||
<mat-icon (click)="closeNotification()" class="close-button">close</mat-icon>
|
||||
</div>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user