request: font size and box-shadow controlled in the variables

11 views
Skip to first unread message

spatafore

unread,
May 7, 2013, 7:49:49 PM5/7/13
to hin...@googlegroups.com
I like a lot hint, a suggestion:

Im not an expert to push on github etc... but I suggest can controll the variables and the box-shadow of the tool tip!!! in the sass variables!

hint-core.scss

I change for this:

&:after {
content: attr(data-hint);
background: $defaultColor;
color: white;
text-shadow: 0 -1px 0px darken($defaultColor, $textShadowDarkenAmount);
padding: 8px 10px;
font-size: 20px;
line-height: 12px;
white-space: nowrap;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

it would be great change that in the hint-variables.scss and not manually for dont modify the hint-core.scss, you got my point?
thanks


kushagra gour

unread,
May 8, 2013, 1:16:51 AM5/8/13
to hin...@googlegroups.com
Hey, great suggestion. Will go over this.

Thanks

spatafore

unread,
May 8, 2013, 1:31:35 AM5/8/13
to hin...@googlegroups.com
Great! I try to make the change local and later compare with your change ;) I try to learning sass etc...

also it would be nice change in the variables this other 2:

  color: white;
  text-shadow: 0 -1px 0px #540c28;

yes the color of the font and the text shadow ;)

best wishes!
Reply all
Reply to author
Forward
0 new messages