cheatsheets/_sass/2017/components/notice-box.scss

21 lines
294 B
SCSS

.notice-box {
& {
margin-bottom: 24px;
color: $base-mute;
}
@media (max-width: 480px) {
margin-bottom: 16px;
}
&::before {
content: '';
@include ion-md-information-circle(24px, $base-mute3);
margin-right: 8px;
}
& > a {
text-decoration: none;
}
}