/*
Theme Name: TBH Learn
Theme URI: https://learn.thebikehub.ie/
Description: TBH Learn child theme from Twenty Twenty
Author: Katie Chapman
Author URI: https://katiechapman.ie
Template: twentytwenty
Version: 1.0.4
Text Domain tbhlearn
*/

.notebox {
	width: 100%;
	border-radius: 10px;
	padding: 1rem;
}
.notebox-warn {
	background-color: #ffffd3;
	border: 1px #ffffc4 solid;
}
.notebox-warn::before {
	content: "⚠️";
}
.notebox-info {
	background-color: #d3d3ff;
	border: 1px #c4c4ff solid;
}
.notebox-info::before {
	content: "ℹ️";
}
