Template:Box/styles.css: Difference between revisions

Template page
(Created page with ".box { display: flex; align-items: center; padding: 10px 15px; margin-top: 0.6rem; margin-bottom: 0.8rem; background: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: 0.875rem; line-height: 1.4; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
font-size: 0.875rem;
font-size: 0.875rem;
line-height: 1.4;
line-height: 1.4;
    width: 100%;
}
.box-content {
padding-left: 10px;
}
}

Latest revision as of 21:52, 18 December 2022

.box {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	margin-top: 0.6rem;
	margin-bottom: 0.8rem;
	background: var( --color-surface-2 );
	border-radius: var( --border-radius--medium );
	color: var( --color-base--subtle );
	font-size: 0.875rem;
	line-height: 1.4;
    width: 100%;
}

.box-content {
	padding-left: 10px;
}