Template:Practice point/styles.css: Difference between revisions

From WikiMSK
No edit summary
No edit summary
Line 1: Line 1:
.practicePointHeading {
.practicePointHeading {
color: #3A7F44;
     background-image: none !important;
     background-image: none !important;
font-weight: 500!important;
font-weight: 500!important;
Line 8: Line 9:


.practicePointBox {
.practicePointBox {
    color: #af212f;
     font-weight: 500;
     font-weight: 500;
     background-color: rgba(58, 127, 68, 0.1);
     background-color: rgba(58, 127, 68, 0.1);

Revision as of 11:16, 5 May 2021

.practicePointHeading {
	color: #3A7F44;
    background-image: none !important;
	font-weight: 500!important;
    padding-top: 14px;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.practicePointBox {
    font-weight: 500;
    background-color: rgba(58, 127, 68, 0.1);
    border-left-style: solid;
    border-left-width: 3px;
    border-left-color: #3A7F44;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 14px;
    margin-bottom: 17px;
}

.practicePointText {
    margin-left: -1em;
    padding: 0.5em 2em 0.5em 2em;
}