mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-15 02:05:55 -07:00
add icons to work with ecp page
This commit is contained in:
parent
629dc120df
commit
60af256c4f
4 changed files with 31 additions and 4 deletions
|
|
@ -4,6 +4,10 @@
|
|||
@import 'partials/bootstrap-overrides';
|
||||
@import "@fortawesome/fontawesome-free/scss/fontawesome";
|
||||
@import "@fortawesome/fontawesome-free/scss/solid";
|
||||
@import "@fortawesome/fontawesome-free/scss/regular";
|
||||
@import "@fortawesome/fontawesome-free/scss/brands";
|
||||
@import "@fortawesome/fontawesome-free/scss/v4-shims";
|
||||
@import 'partials/layout';
|
||||
@import 'partials/links';
|
||||
@import 'partials/downloads';
|
||||
@import 'partials/icons';
|
||||
|
|
|
|||
15
app/assets/stylesheets/partials/_icons.scss
Normal file
15
app/assets/stylesheets/partials/_icons.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.icon-header {
|
||||
font-family: 'Material Icons';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 6em;
|
||||
line-height: 1;
|
||||
letter-spacing: normal;
|
||||
text-transform: none;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
direction: ltr;
|
||||
-webkit-font-feature-settings: 'liga';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue