Skip to content

Commit

Permalink
added in missing settings from tooltips addition
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Aug 8, 2012
1 parent 6685b24 commit ac019f2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
34 changes: 17 additions & 17 deletions templates/project/scss/_settings.scss
Expand Up @@ -40,23 +40,6 @@
// $smallBtnBase: $btnBase - 3;
// $largeBtnBase: $btnBase + 5;

// Tooltip Settings
//$hasTipBorderBottom: dotted 1px #ccc;
//$hasTipFontWeight: bold;
//$hasTipFontColor: #333;
//$hasTipBorderBottomHover: dotted 1px #0593dc;
//$hasTipFontColorHover: #0192dd;
//$tooltipBackgroundColor: #000;
//$tooltipBackgroundOpacity: 0.8;
//$tooltipFontSize: 12;
//$tooltipFontWeight: bold;
//$tooltipFontColor: #fff;
//$tapToCloseFontSize: 10;
//$tapToCloseFontWeight: normal;
//$tapToCloseFontColor: #888;
//$tooltipFontSizeScreenSmall: 14;
//$tooltipBackgroundOpacityScreenSmall: 0.85;

// Form Settings

// $formSpacing: 12px;
Expand All @@ -73,3 +56,20 @@
// Modular Scale
// $ratio: $golden;
// $base-size: 14px 44px;

// Tooltip Settings
// $hasTipBorderBottom: dotted 1px #ccc;
// $hasTipFontWeight: bold;
// $hasTipFontColor: #333;
// $hasTipBorderBottomHover: dotted 1px darken($mainColor, 20%);
// $hasTipFontColorHover: $mainColor;
// $tooltipBackgroundColor: #000;
// $tooltipBackgroundOpacity: 0.85;
// $tooltipFontSize: 12;
// $tooltipFontWeight: bold;
// $tooltipFontColor: #fff;
// $tapToCloseFontSize: 10;
// $tapToCloseFontWeight: normal;
// $tapToCloseFontColor: #888;
// $tooltipFontSizeScreenSmall: 14;
// $tooltipBackgroundOpacityScreenSmall: 0.85;
17 changes: 17 additions & 0 deletions test/scss/_settings.scss
Expand Up @@ -56,3 +56,20 @@
// Modular Scale
// $ratio: $golden;
// $base-size: 14px 44px;

// Tooltip Settings
// $hasTipBorderBottom: dotted 1px #ccc;
// $hasTipFontWeight: bold;
// $hasTipFontColor: #333;
// $hasTipBorderBottomHover: dotted 1px darken($mainColor, 20%);
// $hasTipFontColorHover: $mainColor;
// $tooltipBackgroundColor: #000;
// $tooltipBackgroundOpacity: 0.85;
// $tooltipFontSize: 12;
// $tooltipFontWeight: bold;
// $tooltipFontColor: #fff;
// $tapToCloseFontSize: 10;
// $tapToCloseFontWeight: normal;
// $tapToCloseFontColor: #888;
// $tooltipFontSizeScreenSmall: 14;
// $tooltipBackgroundOpacityScreenSmall: 0.85;

0 comments on commit ac019f2

Please sign in to comment.