Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
replaced body styles with #bootcards
Browse files Browse the repository at this point in the history
  • Loading branch information
trshafer committed Jun 5, 2015
1 parent 034e01d commit 1b5b6c6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
10 changes: 6 additions & 4 deletions src/css/bootcards-android.scss
@@ -1,13 +1,15 @@
@import "bootcards-mobile-shared.scss";

body {
#bootcards {
background-color: #eee;
font-family:"Roboto",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family:"Roboto",sans-serif;
#bootcards {
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family:"Roboto",sans-serif;
}
}

/* OFFCANVAS LIST FOR TABLET PORTRAIT MODE */
Expand Down
2 changes: 1 addition & 1 deletion src/css/bootcards-desktop.scss
@@ -1,6 +1,6 @@
@import "bootcards.scss";

body {
#bootcards {
padding-top: 80px;
background: #f5f5f5;
}
Expand Down
4 changes: 2 additions & 2 deletions src/css/bootcards-ios.scss
Expand Up @@ -5,14 +5,14 @@ $navbar-height-phone-landscape: 32px;
$footer-height: 50px;
$footer-height-phone-landscape: 44px;

html, body {
html, #bootcards {
height: 100%;
/*overflow-y: scroll;*/
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}

body {
#bootcards {
background-color: #efeff4;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding-top: $navbar-height;
Expand Down
12 changes: 7 additions & 5 deletions src/css/bootcards-mobile-shared.scss
@@ -1,11 +1,11 @@
@import "bootcards.scss";

html,
body {
html,
#bootcards {
height: 100%;
}

body {
#bootcards {
padding-top: 50px;
overflow-x:hidden;
}
Expand All @@ -19,8 +19,10 @@ body {
}


small {
font-size: 70%;
#bootcards {
small {
font-size: 70%;
}
}


Expand Down

0 comments on commit 1b5b6c6

Please sign in to comment.