Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): docs fixes, minimize icons, remove unused fonts #1491

Merged
merged 3 commits into from
May 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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