style updates

This commit is contained in:
Steven 2021-04-07 10:29:58 -04:00
parent b8c45688f6
commit 249a98b340
2 changed files with 13 additions and 7 deletions

View File

@ -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>

View File

@ -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;
}
}