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

22 lines
311 B
SCSS

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