mirror of
https://github.com/documize/community.git
synced 2025-08-10 16:05:34 +02:00
empty state stylign improvements
This commit is contained in:
parent
d14867d434
commit
d024cc0d7b
5 changed files with 9 additions and 10 deletions
|
@ -32,7 +32,7 @@ img.responsive-img, video.responsive-video { max-width: 100%; height: auto; }
|
||||||
html {
|
html {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
font-family: $base-font;
|
font-family: $base-font;
|
||||||
background-color: $color-background;
|
background-color: $color-white;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
|
|
||||||
.no-sections {
|
.no-sections {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
opacity: 0.7;
|
opacity: 0.4;
|
||||||
|
|
||||||
> .box {
|
> .box {
|
||||||
padding: 35px;
|
padding: 35px;
|
||||||
|
@ -102,8 +102,8 @@
|
||||||
|
|
||||||
> .message {
|
> .message {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: $color-gray;
|
color: $color-off-black;
|
||||||
margin-top: 35px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .regular-button {
|
> .regular-button {
|
||||||
|
|
|
@ -153,7 +153,7 @@
|
||||||
.no-documents {
|
.no-documents {
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
opacity: 0.7;
|
opacity: 0.4;
|
||||||
|
|
||||||
> .box {
|
> .box {
|
||||||
padding: 35px;
|
padding: 35px;
|
||||||
|
@ -163,13 +163,12 @@
|
||||||
|
|
||||||
> .message {
|
> .message {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: $color-gray;
|
color: $color-off-black;
|
||||||
margin-top: 35px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .regular-button {
|
> .regular-button {
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
{{#if noSections}}
|
{{#if noSections}}
|
||||||
<div class="no-sections">
|
<div class="no-sections">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="regular-button button-transparent">
|
<div class="regular-button button-green">
|
||||||
<i class="material-icons">add</i>
|
<i class="material-icons">add</i>
|
||||||
<div class="name">section</div>
|
<div class="name">section</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<div class="message">Create a new space for<br/>all your documentation</div>
|
<div class="message">Create a new space for<br/>all your documentation</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="regular-button button-transparent">
|
<div class="regular-button button-green">
|
||||||
<i class="material-icons">add</i>
|
<i class="material-icons">add</i>
|
||||||
<div class="name">document</div>
|
<div class="name">document</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue