1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@import '_variables'; @import '_mixins'; .about-instance-title { font-size: 20px; font-weight: bold; margin-bottom: 15px; } .section-title { font-weight: $font-semibold; font-size: 20px; margin-bottom: 5px; } .short-description, .description, .terms, .signup { margin-bottom: 30px; }