/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss
NameSizeModeActions
import/-0755rm
app.scss18240644editdlrm
postcss.config.js3320644editdlrm
_fonts.scss12590644editdlrm
_forms.scss31040644editdlrm
_typography.scss18000644editdlrm
_variables.scss8090644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/_typography.scss (1800B)
/* -------------------------- * * * -------------------------- */ *, a, p, i, li, button, ul { outline: 0; border: 0; &:focus { outline: 0; border: 0; } } a { transition: opacity .3s ease-in-out; &:not(.btn):hover { text-decoration: none; opacity: .8; } } p { line-height: 1.75; } /* -------------------------- * Container * -------------------------- */ .container { max-width: 1280px; &.container-sm { max-width: 700px; } &.container-lg { max-width: 1400px; } } .width-md { max-width: 800px; margin: 0px auto; } // Other @include media-breakpoint-down(lg) { .container { width: 100%; padding: 0px 15px; } } /* ------------ * Headings */ h1 { font-size: 2rem; font-weight: 600; } h2 { font-size: 2rem; font-weight: 600; } h3 { font-size: 1.375rem; font-weight: 600; } .max-width-sm { max-width: 800px; margin: 0px auto; } .max-width-md { max-width: 1000px; margin: 0px auto; } @include media-breakpoint-down(lg) { .max-width-sm, .max-width-md { width: 100%; } } // Other @include media-breakpoint-down(lg) { h1 { font-size: 1.5rem; } h2 { font-size: 1.125rem; } h3 { font-size: 1rem; } } /* ------------ * Paragraph */ p { a { color: $primary; text-decoration: underline; } a:hover { color: $primary; } } ul, ol { margin-bottom: 15px; li { margin-bottom: 15px; a { color: $primary; } ul, ol { margin-bottom: 15px; li { margin-bottom: 5px; } } line-height: 26px; } }