Skip to content

Commit

Permalink
Adiciona arquivos estáticos
Browse files Browse the repository at this point in the history
  • Loading branch information
brnocesar committed Nov 7, 2020
1 parent e5ee498 commit eca6e98
Show file tree
Hide file tree
Showing 43 changed files with 9,077 additions and 0 deletions.
2,744 changes: 2,744 additions & 0 deletions djangoreceitas/static/css/animate.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions djangoreceitas/static/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions djangoreceitas/static/css/classy-nav.min.css

Large diffs are not rendered by default.

146 changes: 146 additions & 0 deletions djangoreceitas/static/css/custom-icon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?a8d3tv');
src: url('../fonts/icomoon.eot?a8d3tv#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?a8d3tv') format('truetype'),
url('../fonts/icomoon.woff?a8d3tv') format('woff'),
url('../fonts/icomoon.svg?a8d3tv#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-point-of-service:before {
content: "\e900";
}
.icon-purse:before {
content: "\e901";
}
.icon-tax-1:before {
content: "\e902";
}
.icon-diamond:before {
content: "\e903";
}
.icon-tax:before {
content: "\e904";
}
.icon-profits-1:before {
content: "\e905";
}
.icon-safebox:before {
content: "\e906";
}
.icon-idea:before {
content: "\e907";
}
.icon-smartphone-1:before {
content: "\e908";
}
.icon-piggy-bank:before {
content: "\e909";
}
.icon-pound-sterling:before {
content: "\e90a";
}
.icon-yuan:before {
content: "\e90b";
}
.icon-bitcoin:before {
content: "\e90c";
}
.icon-dollar:before {
content: "\e90d";
}
.icon-euro:before {
content: "\e90e";
}
.icon-exchange:before {
content: "\e90f";
}
.icon-growth:before {
content: "\e910";
}
.icon-briefcase-1:before {
content: "\e911";
}
.icon-briefcase:before {
content: "\e912";
}
.icon-gold-ingot:before {
content: "\e913";
}
.icon-auction:before {
content: "\e914";
}
.icon-search:before {
content: "\e915";
}
.icon-check:before {
content: "\e916";
}
.icon-profits:before {
content: "\e917";
}
.icon-loss:before {
content: "\e918";
}
.icon-invoice:before {
content: "\e919";
}
.icon-smartphone:before {
content: "\e91a";
}
.icon-coin-1:before {
content: "\e91b";
}
.icon-calculator:before {
content: "\e91c";
}
.icon-bank:before {
content: "\e91d";
}
.icon-atm-machine-1:before {
content: "\e91e";
}
.icon-atm-machine:before {
content: "\e91f";
}
.icon-money-bag:before {
content: "\e920";
}
.icon-credit-card-1:before {
content: "\e921";
}
.icon-credit-card:before {
content: "\e922";
}
.icon-wallet:before {
content: "\e923";
}
.icon-money-1:before {
content: "\e924";
}
.icon-balance:before {
content: "\e925";
}
.icon-money:before {
content: "\e926";
}
.icon-coin:before {
content: "\e927";
}
4 changes: 4 additions & 0 deletions djangoreceitas/static/css/font-awesome.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions djangoreceitas/static/css/magnific-popup.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions djangoreceitas/static/css/nice-select.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions djangoreceitas/static/css/owl.carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added djangoreceitas/static/fonts/FontAwesome.otf
Binary file not shown.
Binary file added djangoreceitas/static/fonts/classy.eot
Binary file not shown.
11 changes: 11 additions & 0 deletions djangoreceitas/static/fonts/classy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added djangoreceitas/static/fonts/classy.ttf
Binary file not shown.
Binary file added djangoreceitas/static/fonts/classy.woff
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit eca6e98

Please sign in to comment.