committed by
Kristofer Koishigawa
parent
a9bbcda211
commit
a24ae88b2e
@ -122,13 +122,21 @@ a:focus {
|
|||||||
color: var(--secondary-color);
|
color: var(--secondary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.fcc-modal .close {
|
button.close {
|
||||||
color: var(--secondary-color);
|
color: inherit;
|
||||||
opacity: 100%;
|
background-color: transparent;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
|
opacity: 0.5;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.close:hover,
|
||||||
|
button.close:focus {
|
||||||
|
color: inherit;
|
||||||
|
opacity: 1;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: var(--secondary-background);
|
background-color: var(--secondary-background);
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
@ -78,7 +78,11 @@
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 100px;
|
margin-right: 100px;
|
||||||
color: #fff;
|
color: var(--gray-00);
|
||||||
|
}
|
||||||
|
|
||||||
|
.certification-namespace .issue-date strong {
|
||||||
|
color: var(--gray-00);
|
||||||
}
|
}
|
||||||
|
|
||||||
.certification-namespace .information {
|
.certification-namespace .information {
|
||||||
|
Reference in New Issue
Block a user