Remove cruft
This commit is contained in:
parent
2a70846a9d
commit
c1deb8be04
3 changed files with 0 additions and 41 deletions
|
@ -1,17 +0,0 @@
|
||||||
/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
|
|
||||||
@import 'mixins';
|
|
||||||
|
|
||||||
|
|
||||||
body { padding: 0; }
|
|
||||||
|
|
||||||
@media screen and (max-width: 700px) {
|
|
||||||
.overview { padding: 10px; }
|
|
||||||
.overview-col {
|
|
||||||
width: 100%;
|
|
||||||
display: block;
|
|
||||||
padding: 0;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
.overview-col:last-of-type { margin: 0; }
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<% content_for :head do %>
|
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% content_for :stylesheets do %>
|
|
||||||
<%= stylesheet_link_tag 'front/page' %>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
<% content_for :javascripts do %>
|
|
||||||
<%= IncludeAsset.js('/client/js/front/page.js') %>
|
|
||||||
<% end %>
|
|
||||||
|
|
||||||
|
|
||||||
<main>
|
|
||||||
<%= render 'layouts/top_nav' %>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
// License: LGPL-3.0-or-later
|
|
||||||
require('../common/onboard')
|
|
Loading…
Reference in a new issue