Created
March 12, 2025 07:34
-
-
Save wagura-maurice/b2b50a73582dc8a90956eed9adc3108e to your computer and use it in GitHub Desktop.
jobzilla custom 3 css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#headlinetext { | |
background-color: rgba(236, 43, 247, 0.1) !important; | |
border-left: 5px solid #ec2bf7 !important; | |
padding: 15px !important; | |
font-style: italic; | |
color: #f9f9f9 !important; | |
font-size: 1rem; | |
line-height: 1.6; | |
border-radius: 5px; | |
resize: none; | |
} | |
#keyskills { | |
background-color: rgba(236, 43, 247, 0.1) !important; | |
border-left: 5px solid #ec2bf7 !important; | |
padding: 15px !important; | |
font-style: italic; | |
color: #f9f9f9 !important; | |
font-size: 1rem; | |
line-height: 1.6; | |
border-radius: 5px; | |
resize: none; | |
} | |
.modal-dialog.modal-dialog-centered { | |
max-width: 800px !important; /* Adjust this value to your desired width */ | |
margin: 1.75rem auto !important; /* Center the modal */ | |
} | |
.twm-saved-jobs-view .modal-content { | |
border-top: 6px solid #ec2bf7 !important; | |
} | |
.twm-saved-jobs-view .modal-footer { | |
background-color: #0b2539 !important; | |
} | |
.form-check-input[type="radio"] { | |
border-color: #ec2bf7 !important; /* Set border color to purple */ | |
background-color: transparent !important; /* Remove background color */ | |
} | |
.form-check-input:checked[type="radio"]:after { | |
background-color: #ec2bf7 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment