Browse Source

Closes #61: Add link to general Docs

pull/65/head
Sebastian Stehle 9 years ago
parent
commit
2dd05e7552
  1. 24
      src/Squidex/app/features/dashboard/pages/dashboard-page.component.html
  2. 7
      src/Squidex/app/features/dashboard/pages/dashboard-page.component.scss
  3. 1
      src/Squidex/app/shell/pages/internal/internal-area.component.scss

24
src/Squidex/app/features/dashboard/pages/dashboard-page.component.html

@ -19,7 +19,10 @@
</div>
<h4 class="card-title">New Schema</h4>
<p class="card-text">A schema defines the structure of your content element.</p>
<div class="card-text">
A schema defines the structure of your content element.
</div>
</div>
</a>
@ -30,7 +33,14 @@
</div>
<h4 class="card-title">API Documentation</h4>
<p class="card-text">Swagger compatible documentation for your schemas.</p>
<div class="card-text">
Swagger compatible documentation for your schemas.
</div>
<div class="card-more">
Read More: <a href="/api/docs" target="_blank">Management API</a>
</div>
</div>
</a>
@ -41,7 +51,10 @@
</div>
<h4 class="card-title">Feedback</h4>
<p class="card-text">Provide feedback and request features to help us to improve Squidex.</p>
<div class="card-text">
Provide feedback and request features to help us to improve Squidex.
</div>
</div>
</a>
@ -52,7 +65,10 @@
</div>
<h4 class="card-title">Github</h4>
<p class="card-text">Get the source code from Github and report bugs or ask for support.</p>
<div class="card-text">
Get the source code from Github and report bugs or ask for support.
</div>
</div>
</a>

7
src/Squidex/app/features/dashboard/pages/dashboard-page.component.scss

@ -50,9 +50,16 @@
}
&-text {
color: $color-empty;
font-weight: normal;
font-size: .9rem;
}
&-more {
color: $color-empty;
font-weight: normal;
font-size: .8rem;
margin-top: .4rem;
}
&-title {

1
src/Squidex/app/shell/pages/internal/internal-area.component.scss

@ -36,6 +36,7 @@
height: 44px;
line-height: 40px;
width: 147px;
z-index: 1000000094;
}
&:hover {

Loading…
Cancel
Save