mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
fix layouting issues for sluice
This commit is contained in:
parent
e9ea24aed3
commit
8d37efec40
@ -1,5 +0,0 @@
|
|||||||
.ascribe-default-app {
|
|
||||||
background-color: #FDFDFD;
|
|
||||||
border-radius: 0;
|
|
||||||
padding-top: 70px;
|
|
||||||
}
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user