fix: fixed styling for modal headers (className fcc-modal) (#35220)
This commit is contained in:
committed by
mrugesh mohapatra
parent
544401abd5
commit
5d3ea76a3e
@ -33,3 +33,14 @@ h6 {
|
|||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fcc-modal {
|
||||||
|
background-color: #006400;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fcc-modal .close {
|
||||||
|
color: #fff;
|
||||||
|
font-size: 28px;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
@ -10,6 +10,15 @@
|
|||||||
width: 30vh;
|
width: 30vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.night .challenge-list-header {
|
||||||
|
background-color: #333;
|
||||||
|
border-bottom-color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
.night .challenge-success-modal .modal-content {
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
.challenge-success-modal .btn-lg {
|
.challenge-success-modal .btn-lg {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
Reference in New Issue
Block a user