Template:Decision/styles.css: Difference between revisions

Autogenerated
 
Autogenerated
 
Line 2: Line 2:
padding: 14px;
padding: 14px;
margin: 2em 0 1em 0;
margin: 2em 0 1em 0;
display: block;
display: inline-block;
position:relative;
clear:both;
background-color: #e9e9ee;
background-color: #e9e9ee;
width: 100%;
}
}
.cd-decision:before {
.cd-decision:before {
position: absolute;
font-size: 1.8em;
font-size: 1.8em;
font-family: "fontawesome";
font-family: "fontawesome";
left: 8px;
}
}
.cd-decision::before {
.cd-decision::before {
Line 18: Line 15:
}
}
.cd-decision p {
.cd-decision p {
margin-left: 2em;
display:inline;
font-weight: bold;
font-weight: bold;
vertical-align: super;
padding-left: 5px;
}
}

Latest revision as of 08:44, 2 April 2025

.cd-decision {
	padding: 14px;
	margin: 2em 0 1em 0;
	display: inline-block;
	background-color: #e9e9ee;
	width: 100%;
}
.cd-decision:before {
	font-size: 1.8em;
	font-family: "fontawesome";
}
.cd-decision::before {
	content: "\f058";
	color: #94c11f;
}
.cd-decision p {
	display:inline;
	font-weight: bold;
	vertical-align: super;
	padding-left: 5px;
}