@import "~components/ui/colors.scss"; @import "~components/ui/fonts.scss"; .rules { max-width: 500px; margin: 30px auto 0; padding: 0 20px; } .rulesSection { margin-bottom: 30px; } .rulesSectionTitle { line-height: 50px; font-family: $font-family-title; font-size: 20px; color: #fff; padding: 0; margin: 0; text-align: center; background: $blue; } .rulesBody { padding: 20px; background: #fff; font-size: 14px; } %rulesTextFormat { line-height: 1.4; margin-bottom: 10px; } .blockDescription { @extend %rulesTextFormat; p { @extend %rulesTextFormat; } } .rulesList { padding: 0; margin: 0; padding-left: 20px; } .rulesItem { @extend %rulesTextFormat; list-style: decimal; &:last-of-type { margin-bottom: 0; } a { color: #444; border-bottom: 1px dotted #aaa; text-decoration: none; transition: .25s } a:hover { border-bottom-color: #444 } } .footer { text-align: center; margin-bottom: 20px; }