1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

removed unused libs

This commit is contained in:
Harvey Kandola 2017-12-11 14:50:11 +00:00
parent cc1c216754
commit daf61dfe9f
14 changed files with 44 additions and 8237 deletions

View file

@ -60,7 +60,7 @@ export default Component.extend({
autoProcessQueue: true,
init: function () {
this.on("success", function (file /*, response*/ ) {
this.on("success", function (/*file, response*/ ) {
});
this.on("queuecomplete", function () {

View file

@ -10,7 +10,6 @@
// https://documize.com
import { helper } from '@ember/component/helper';
import dateUtil from '../utils/date';
export function formattedDate(params) {
let format = params[1];

View file

@ -14,10 +14,6 @@
@import "base.scss";
@import "bootstrap.scss";
@import "view/document/all.scss";
@import "view/common.scss";
@import "widget/widget.scss";
@import "view/navigation.scss";

View file

@ -1,2 +0,0 @@
@import "toc.scss";
@import "new-section.scss";

View file

@ -55,3 +55,44 @@
}
}
}
.document-sidebar-toolbar {
margin: 10px 0 0 0;
padding: 10px 0;
text-align: center;
// background-color: $color-sidebar-toolbar;
> .round-button-mono {
background-color: $color-white;
border-color: $color-sidebar-border;
> .material-icons {
color: $color-gray;
@include ease-in();
}
&:hover {
> .material-icons {
color: $color-link;
}
}
}
> .selected {
background-color: $color-primary;
border-color: $color-primary;
> .material-icons {
color: $color-off-white;
@include ease-in();
}
&:hover {
> .material-icons {
color: $color-white;
}
}
}
}

View file

@ -1,48 +1,10 @@
@import "add-section.scss";
@import "doc-meta.scss";
@import "doc-structure.scss";
@import "doc-toc.scss";
@import "section-editor.scss";
@import "view-attachment.scss";
@import "view-activity.scss";
@import "view-revision.scss";
@import "wysiwyg.scss";
.document-sidebar-toolbar {
margin: 10px 0 0 0;
padding: 10px 0;
text-align: center;
// background-color: $color-sidebar-toolbar;
> .round-button-mono {
background-color: $color-white;
border-color: $color-sidebar-border;
> .material-icons {
color: $color-gray;
@include ease-in();
}
&:hover {
> .material-icons {
color: $color-link;
}
}
}
> .selected {
background-color: $color-primary;
border-color: $color-primary;
> .material-icons {
color: $color-off-white;
@include ease-in();
}
&:hover {
> .material-icons {
color: $color-white;
}
}
}
}