Шаблон:CP/styles.css

Материал из UnderMine Wiki
Перейти к навигации Перейти к поиску
.cpbox {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap
}

.cpbox #admins {
	box-sizing: border-box;
	flex-grow: 1;
	margin: 5px;
	min-width: 300px;
	width: calc(33% - 10px)
}

.cpbox #help {
	box-sizing: border-box;
	flex-grow: 1;
	margin: 5px;
	width: calc(67% - 10px)
}
html.theme-light .feature {
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 10px;
}
html.theme-dark .feature {
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	padding: 10px;
}