1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 13:35:25 +02:00

doc start: empty, template, import

This commit is contained in:
Harvey Kandola 2017-12-15 13:41:20 +00:00
parent e25f23e94c
commit ab475ede04
26 changed files with 521 additions and 349 deletions

19
gui/app/styles/view/import.scss vendored Normal file
View file

@ -0,0 +1,19 @@
.import-zone {
margin: 3rem 1rem;
> .import-document-button {
> .dz-preview, .dz-processing {
display: none !important;
}
}
> .import-status {
margin-top: 30px;
> p {
font-size: 1.1rem;
color: $color-off-black;
}
}
}

View file

@ -1,87 +0,0 @@
.new-document-wizard {
> .import-zone {
.import-document-button {
width: 100%;
padding: 20px;
margin: 0 0 30px 0;
text-align: center;
color: $color-gray;
cursor: pointer;
font-size: 1.2rem;
line-height: 1.7rem;
@include ease-in();
@extend .no-select;
border: 1px solid $color-stroke;
background-color: $color-off-white;
&:hover {
border-color: $color-link;
color: $color-link;
}
> .dz-preview,
.dz-processing {
display: none !important;
}
}
}
> .fresh-zone {
> .template-list {
margin: 0;
padding: 0;
.item {
@include ease-in();
@include border-radius(4px);
list-style: none;
cursor: pointer;
display: block;
background-color: $color-blue;
margin: 0 20px 20px 0;
padding: 12px 0 0 20px;
height: 60px;
width: 100%;
position: relative;
&:hover {
border-color: $color-link;
> .template-actions {
display: block;
}
}
> .template-actions {
display: none;
position: absolute;
top: 10px;
right: 8px;
.material-icons {
color: $color-stroke;
font-size: 1rem;
}
}
> .details {
> .title {
font-size: 1rem;
font-weight: normal;
color: $color-white;
letter-spacing: 0.5px;
margin-top: 0;
}
> .desc {
color: $color-white;
font-size: 0.8rem;
margin-top: 5px;
}
}
}
}
}
}

View file

@ -1,6 +1,6 @@
@import "spaces.scss";
@import "space.scss";
@import "new-doc.scss";
@import "import.scss";
@import "customize.scss";
@import "onboard.scss";
@import "customize.scss";