fix: touch up icons and UI (#40809)

pull/40464/head
Kristofer Koishigawa 2021-01-28 02:17:41 +09:00 committed by Mrugesh Mohapatra
parent 4879d26604
commit 9014fff6c4
1 changed files with 7 additions and 4 deletions

View File

@ -297,6 +297,13 @@ fieldset[disabled] .btn-primary.focus {
margin-left: 5px;
}
.link-btn:hover,
.link-btn.btn-lg:hover svg {
fill: var(--quaternary-background);
background-color: var(--secondary-color);
color: var(--secondary-background);
}
.map-icon,
.cert-header-icon {
flex-shrink: 0;
@ -314,10 +321,6 @@ fieldset[disabled] .btn-primary.focus {
margin: auto;
}
.link-btn:hover svg {
fill: var(--quaternary-background);
}
@media (min-width: 700px) {
.link-btn {
font-size: 1.1rem;