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