Skip to content

Commit

Permalink
fix(docs): docs fixes, minimize icons, remove unused fonts (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored and yggg committed May 27, 2019
1 parent c650ae0 commit 9334d3e
Show file tree
Hide file tree
Showing 52 changed files with 49 additions and 1,357 deletions.
8 changes: 4 additions & 4 deletions docs/app/@theme/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
<li><strong class="title">Follow Us</strong></li>
<li class="social">
<a href="https://github.com/akveo/ngx-admin" target="_blank">
<i class="small-social-github"></i>
<nb-icon icon="github"></nb-icon>
</a>
<a href="https://twitter.com/akveo_inc" target="_blank">
<i class="small-social-twitter"></i>
<nb-icon icon="twitter"></nb-icon>
</a>
<a href="https://www.facebook.com/akveo" target="_blank">
<i class="small-social-facebook"></i>
<nb-icon icon="facebook"></nb-icon>
</a>
</li>
<li class="copy">
&copy; 2015-2018 <a href="http://akveo.com?utm_source=nebular_documentation&utm_medium=footer" target="_blank">Akveo LLC</a><br>
&copy; 2015-2019 <a href="http://akveo.com?utm_source=nebular_documentation&utm_medium=footer" target="_blank">Akveo LLC</a><br>
Documentation licensed under CC BY 4.0.
</li>
</ul>
Expand Down
6 changes: 4 additions & 2 deletions docs/app/@theme/components/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@
display: flex;
flex-direction: row;
a {
font-size: 3rem;
text-decoration: none;
color: $icon-color;
margin-right: 1rem;

nb-icon {
font-size: 3rem;
}
}
}
}
Expand Down
35 changes: 0 additions & 35 deletions docs/app/@theme/styles/_small-social.scss

This file was deleted.

3 changes: 1 addition & 2 deletions docs/app/@theme/styles/styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@import 'themes';
@import 'common';
@import 'small-social';

@import '../../../../src/framework/theme/styles/global/normalize';
@import '../../../../src/framework/theme/styles/global/components';
Expand All @@ -16,7 +15,7 @@
@include nb-search-theme();
@include nb-bootstrap-global();
@include nb-icon-theme();

@include nb-input-theme();
@include nb-typography();

@include nbd-common();
Expand Down
4 changes: 4 additions & 0 deletions docs/app/documentation/documentation.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@

.menu-item {
border: none!important;

.menu-title {
flex: 1 1 auto;
}
}

.menu-items .menu-item .menu-item a {
Expand Down
Binary file removed docs/assets/fonts/icomoon.eot
Binary file not shown.
12 changes: 0 additions & 12 deletions docs/assets/fonts/icomoon.svg

This file was deleted.

Binary file removed docs/assets/fonts/icomoon.ttf
Binary file not shown.
Binary file removed docs/assets/fonts/icomoon.woff
Binary file not shown.
Binary file removed docs/assets/fonts/small-social/small-social.eot
Binary file not shown.
12 changes: 0 additions & 12 deletions docs/assets/fonts/small-social/small-social.svg

This file was deleted.

Binary file removed docs/assets/fonts/small-social/small-social.ttf
Binary file not shown.
Binary file removed docs/assets/fonts/small-social/small-social.woff
Binary file not shown.
Loading

0 comments on commit 9334d3e

Please sign in to comment.