diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 15:17:03 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 15:17:03 +0530 |
| commit | 01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7 (patch) | |
| tree | 3d14b60e737ecd6c3c516798cddf5ca52db24348 /templates/assets/sass/material-kit/_typography.scss | |
| parent | c9198259402c1d01ad8d943832c20069635963da (diff) | |
| download | minionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.tar.gz minionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.zip | |
adding the new theme
Diffstat (limited to 'templates/assets/sass/material-kit/_typography.scss')
| -rwxr-xr-x | templates/assets/sass/material-kit/_typography.scss | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/templates/assets/sass/material-kit/_typography.scss b/templates/assets/sass/material-kit/_typography.scss deleted file mode 100755 index 9e97040..0000000 --- a/templates/assets/sass/material-kit/_typography.scss +++ /dev/null @@ -1,66 +0,0 @@ -h1, .h1 { - font-size: $font-size-h1; - line-height: 1.15em; -} -h2, .h2{ - font-size: $font-size-h2; -} -h3, .h3{ - font-size: $font-size-h3; - line-height: 1.4em; - margin: 20px 0 10px; -} -h4, .h4{ - font-size: $font-size-h4; - line-height: 1.4em; -} -h5, .h5 { - font-size: $font-size-h5; - line-height: 1.4em; - margin-bottom: 15px; -} -h6, .h6{ - font-size: $font-size-h6; - text-transform: uppercase; -} - -.title, -.card-title, -.info-title, -.footer-brand, -.footer-big h5, -.footer-big h4, -.media .media-heading{ - font-weight: $font-weight-extra-bold; - &, - a{ - color: $black-color; - text-decoration: none; - } -} - -h2.title{ - margin-bottom: $margin-base * 2; -} - -.description, -.card-description, -.footer-big p{ - color: $gray-light; -} - -.text-warning { - color: $brand-warning; -} -.text-primary { - color: $brand-primary; -} -.text-danger { - color: $brand-danger; -} -.text-success { - color: $brand-success; -} -.text-info { - color: $brand-info; -} |
