Template:Banner-solutions/styles.css: Difference between revisions

From Gulf States Flood Help
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
.sol-bnr-wrapper {
.sol-bnr-wrapper {
background: black;
background: #353638;
padding: 0.5em;
padding: 0.5em 1.2em 1em;
border-radius: 4px;
margin-bottom: 1em;
}
}
.sol-bnr-header {
.sol-bnr-header {
background:orange;
font-size: 6em;
font-size: 3em;
color: white;
line-height: 100%;
padding-bottom: 8px;
}
}
.sol-bnr-body {
.sol-bnr-body {
background: grey;
font-size: 0.8em;
color: #eee;
}
.sol-bnr-body a {
color: orange;
}
}
.sol-bnr-footer {
.sol-bnr-footer {
background: red;
background: red;
}
}

Latest revision as of 07:24, 12 March 2025

.sol-bnr-wrapper {
	background: #353638;
	padding: 0.5em 1.2em 1em;
	border-radius: 4px;
	margin-bottom: 1em;
}
.sol-bnr-header {
	font-size: 6em;
	color: white;
	line-height: 100%;
	padding-bottom: 8px;
}
.sol-bnr-body {
	font-size: 0.8em;
	color: #eee;
}
.sol-bnr-body a {
	color: orange;
}
.sol-bnr-footer {
	background: red;
}