summaryrefslogtreecommitdiff
path: root/www/css/custommfb.scss
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-03 17:14:26 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-03 17:14:26 -0400
commit422d1da283a133c6718e0b19dcad14b3adbf3e00 (patch)
treed2e513e4922acec1267e16a188b1e4beb44df60f /www/css/custommfb.scss
parentcb3f96dd10f0fd19c280e1f303e45c466c1a012f (diff)
moved scss and dependencies of ng-mfb to my css directory so I can adhoc compile there.
Diffstat (limited to 'www/css/custommfb.scss')
-rw-r--r--www/css/custommfb.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/css/custommfb.scss b/www/css/custommfb.scss
index 009c7c64..861c8110 100644
--- a/www/css/custommfb.scss
+++ b/www/css/custommfb.scss
@@ -93,13 +93,13 @@ $label-hover-on: .3s !default;
/* SIZES -----------------------------*/
// main button diameter
-$main_button_size: 40px !default;
+$main_button_size: 45px !default;
// main button diameter
-$child_button_size: 40px !default;
+$child_button_size: 45px !default;
// the distance of the main button from the closest corners of the screen
-$border-distance: 25px !default;
+$border-distance: 20px !default;
// font-size for labels
-$labels-font-size: 10px !default;
+$labels-font-size: 12px !default;
// top & bottom padding for the labels
$labels-padding-vertical: 4px !default;
// left & right padding for the labels
@@ -108,7 +108,7 @@ $labels-padding-horizontal: 10px !default;
/* SPACING ---------------------------*/
// space between buttons
-$button-space: 46px !default;
+$button-space: 50px !default;
// space between button and label
$button-label-space: 50px !default;
@@ -224,7 +224,7 @@ $number-of-child-buttons: 4 !default;
position: absolute;
font-size: 18px;
text-align: center;
- line-height: 40px;
+ line-height: 45px;
width: 100%;
}