mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-21 22:07:48 +00:00
style updates
This commit is contained in:
parent
b8c45688f6
commit
249a98b340
@ -6,6 +6,6 @@
|
||||
<button>
|
||||
<a target="_blank" [href]="adUrl">{{ buttonLabel }}</a>
|
||||
</button>
|
||||
<mat-icon (click)="hide()" class="close-button">close</mat-icon>
|
||||
</div>
|
||||
<mat-icon (click)="hide()" class="close-button">close</mat-icon>
|
||||
</div>
|
||||
|
@ -19,6 +19,13 @@
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.close-button {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.lightTheme {
|
||||
background-color: #ddf9ff;
|
||||
}
|
||||
@ -35,17 +42,16 @@ button {
|
||||
padding: 5px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
border-radius: 6px;
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #122124;
|
||||
}
|
||||
|
||||
button {
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user