@charset "utf-8";
@import "themes/*";

.simple-old-alert{
	margin: 10px 0 30px;
	border-radius: 4px;
	border: solid 1px;
	padding: 10px;

	display: flex;
	justify-content: space-between;

	.alert-content{
		width: calc(100% - 35px);
		margin-top: 0;
		margin-bottom: 0;
	}

	&:before{
		content: "";
		display: block;

		width: 25px;
		height: 25px;
		margin-top: 4px;

		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}
