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-fonts/style';
|
||||
@import './ascribe-fonts/ascribe-fonts';
|
||||
@import 'ascribe_app';
|
||||
@import 'ascribe_login';
|
||||
@import 'ascribe_table';
|
||||
@import 'ascribe_accordion_list';
|
||||
@ -34,12 +33,18 @@ $BASE_URL: '<%= BASE_URL %>';
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
background-color: #FDFDFD;
|
||||
}
|
||||
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.ascribe-default-app {
|
||||
max-width: 90%;
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
@import 'landing';
|
||||
|
||||
.ascribe-prize-app {
|
||||
background-color: #FDFDFD;
|
||||
border-radius: 0;
|
||||
padding-top: 70px;
|
||||
min-height: 100vh;
|
||||
|
@ -3,7 +3,6 @@
|
||||
max-width: 90%;
|
||||
margin: auto;
|
||||
/* We need this, otherwise piece list will have a scrollbar */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.hero {
|
||||
|
Loading…
Reference in New Issue
Block a user