PTMagic/Monitor/wwwroot/assets/scss/_faq.scss

18 lines
257 B
SCSS
Raw Normal View History

2018-05-22 10:11:50 +02:00
/* =============
FAQ
============= */
.faq-box {
padding: 24px 0;
border-bottom: 1px solid lighten($dark,10%);
.question {
font-weight: 600;
font-size: 16px;
margin-top: 0;
}
.answer {
color: $muted;
margin-bottom: 0;
}
}