hint.css icon indicating copy to clipboard operation
hint.css copied to clipboard

Hint positions which are breakpoint specific

Open michaelpwilson opened this issue 9 years ago • 1 comments

This fork will allow the change of a hint's position based on the screen size. The default breakpoints variables are specified in hint-variables.scss

Example:

Large screens: .hint--top-lg Medium screens: .hint--bottom-md Small screens: .hint--top-left-sm Extra small screens: .hint--bottom-right-sm

michaelpwilson avatar Aug 24 '16 11:08 michaelpwilson

@michaelpwilson please commit only .scss files in the PR. CSS files will be automatically build at time of merge.

chinchang avatar Nov 10 '16 20:11 chinchang