FIX: banner on mobile

This commit is contained in:
Régis Hanol 2014-08-08 12:31:32 +02:00
parent 7e7938e37f
commit 4f60eb6c77
5 changed files with 17 additions and 2 deletions

View File

@ -3,12 +3,10 @@
// --------------------------------------------------
#banner {
margin-bottom: 10px;
padding: 10px;
border-radius: 5px;
background: scale-color($tertiary, $lightness: 90%);
@include box-shadow(0 1px 2px scale-color($tertiary, $lightness: 70%));
max-width: 1090px;
z-index: 501;
&.overlay {

View File

@ -3,6 +3,7 @@
/* @import "desktop/*"; TODO: get this working again */
@import "desktop/alert";
@import "desktop/banner";
@import "desktop/compose";
@import "desktop/discourse";
@import "desktop/header";

View File

@ -0,0 +1,8 @@
// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
margin-bottom: 10px;
width: 1090px;
}

View File

@ -3,6 +3,7 @@
/* @import "mobile/*"; TODO: get this working again */
@import "mobile/alert";
@import "mobile/banner";
@import "mobile/compose";
@import "mobile/discourse";
@import "mobile/faqs";

View File

@ -0,0 +1,7 @@
// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
margin: 10px;
}