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

View File

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