Commit dff2c4e366a2a66a2102991471ba133531b88214
1 parent
2e101bba
Exists in
master
and in
10 other branches
Import file with icons
Signed-off-by: Parley Martins <parley@outlook.com>
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -5,6 +5,9 @@ |
5 | 5 | /******************** cabecalho azul ********************/ |
6 | 6 | @import url(cabecalho-azul-theme.css); |
7 | 7 | /****************** FIM cabecalho azul ******************/ |
8 | + | |
9 | +@import url(../../icons/tango/style.css); | |
10 | + | |
8 | 11 | @font-face { |
9 | 12 | font-family: 'Open Sans'; |
10 | 13 | font-style: normal; | ... | ... |