:알림 상자/styles.css

최근 편집: 2018년 9월 25일 (화) 08:43
.notice {
	position: relative;
	margin: 0 1rem;
	font-size: 0.8rem;
	padding: 0.5em 0.5em;
	line-height: 1.6em;
	border: 1px solid #8981d3;
	border-left-width: 3px;
	display: inline-block;
	color: #000;
}

.notice .title {
  display: block;
  font-weight: bold;
}

/*.notice.stub {

}*/

.notice.warning {
border-color: #FF0000;
background-color: #ffe0e0;
}