1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00

fix layouting issues for sluice

This commit is contained in:
Tim Daubenschütz 2015-07-16 13:50:19 +02:00
parent e9ea24aed3
commit 8d37efec40
4 changed files with 6 additions and 8 deletions

View File

@ -1,5 +0,0 @@
.ascribe-default-app {
background-color: #FDFDFD;
border-radius: 0;
padding-top: 70px;
}

View File

@ -11,7 +11,6 @@ $BASE_URL: '<%= BASE_URL %>';
@import 'ascribe_theme'; @import 'ascribe_theme';
@import './ascribe-fonts/style'; @import './ascribe-fonts/style';
@import './ascribe-fonts/ascribe-fonts'; @import './ascribe-fonts/ascribe-fonts';
@import 'ascribe_app';
@import 'ascribe_login'; @import 'ascribe_login';
@import 'ascribe_table'; @import 'ascribe_table';
@import 'ascribe_accordion_list'; @import 'ascribe_accordion_list';
@ -34,12 +33,18 @@ $BASE_URL: '<%= BASE_URL %>';
html, body { html, body {
height: 100%; height: 100%;
background-color: #FDFDFD;
} }
html { html {
overflow-y: scroll; overflow-y: scroll;
} }
.ascribe-default-app {
max-width: 90%;
padding-top: 70px;
}
hr { hr {
margin-bottom: 15px; margin-bottom: 15px;
} }

View File

@ -1,7 +1,6 @@
@import 'landing'; @import 'landing';
.ascribe-prize-app { .ascribe-prize-app {
background-color: #FDFDFD;
border-radius: 0; border-radius: 0;
padding-top: 70px; padding-top: 70px;
min-height: 100vh; min-height: 100vh;

View File

@ -3,7 +3,6 @@
max-width: 90%; max-width: 90%;
margin: auto; margin: auto;
/* We need this, otherwise piece list will have a scrollbar */ /* We need this, otherwise piece list will have a scrollbar */
overflow-x: hidden;
} }
.hero { .hero {