mirror of
https://github.com/documize/community.git
synced 2025-08-07 14:35:28 +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 {
|
||||
overflow-y: scroll;
|
||||
font-family: $base-font;
|
||||
background-color: $color-background;
|
||||
background-color: $color-white;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
.no-sections {
|
||||
text-align: center;
|
||||
opacity: 0.7;
|
||||
opacity: 0.4;
|
||||
|
||||
> .box {
|
||||
padding: 35px;
|
||||
|
@ -102,8 +102,8 @@
|
|||
|
||||
> .message {
|
||||
font-size: 14px;
|
||||
color: $color-gray;
|
||||
margin-top: 35px;
|
||||
color: $color-off-black;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
> .regular-button {
|
||||
|
|
|
@ -153,7 +153,7 @@
|
|||
.no-documents {
|
||||
margin-top: 100px;
|
||||
text-align: center;
|
||||
opacity: 0.7;
|
||||
opacity: 0.4;
|
||||
|
||||
> .box {
|
||||
padding: 35px;
|
||||
|
@ -163,13 +163,12 @@
|
|||
|
||||
> .message {
|
||||
font-size: 14px;
|
||||
color: $color-gray;
|
||||
margin-top: 35px;
|
||||
color: $color-off-black;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
> .regular-button {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
{{#if noSections}}
|
||||
<div class="no-sections">
|
||||
<div class="box">
|
||||
<div class="regular-button button-transparent">
|
||||
<div class="regular-button button-green">
|
||||
<i class="material-icons">add</i>
|
||||
<div class="name">section</div>
|
||||
</div>
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
<div class="message">Create a new space for<br/>all your documentation</div>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="regular-button button-transparent">
|
||||
<div class="regular-button button-green">
|
||||
<i class="material-icons">add</i>
|
||||
<div class="name">document</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue