Browse Source

Fix in styles

pull/1/head
Sebastian 10 years ago
parent
commit
6c132ea389
  1. 2
      src/Squidex/Views/_Layout.cshtml
  2. 12
      src/Squidex/app/theme/_static.scss

2
src/Squidex/Views/_Layout.cshtml

@ -9,7 +9,7 @@
<title>Squidex - @ViewBag.Title</title>
<environment names="Production">
<link rel="stylesheet" asp-append-version="true" src="~/build/app.css" />
<link rel="stylesheet" asp-append-version="true" href="~/build/app.css" />
</environment>
@if (IsSectionDefined("header"))

12
src/Squidex/app/theme/_static.scss

@ -1,10 +1,6 @@
@import '_mixins';
@import '_vars';
img {
vertical-align: middle;
}
.splash {
&-h1,
&-text {
@ -12,10 +8,6 @@ img {
}
}
.redirect-button {
display: none;
}
.loading {
& {
text-align: center;
@ -35,4 +27,8 @@ noscript {
font-size: 30px;
font-weight: lighter;
margin-bottom: 20px;
}
.redirect-button {
display: none;
}
Loading…
Cancel
Save