UNPKG
@material-git/all
Version:
latest (2.0.0-dev.20160926)
2.0.0-git.20160919
2.0.0-git.20160912
2.0.0-dev.20160926
Angular 2 Material
github.com/angular/material2
angular/material2
@material-git/all
/
tooltip
/
tooltip.css
15 lines
(12 loc)
•
273 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:host
{
pointer-events
: none; }
.md-tooltip
{
color
: white;
padding
:
0
8px
;
border-radius
:
2px
;
font-family
: Roboto,
"Helvetica Neue"
, sans-serif;
font-size
:
10px
;
margin
:
14px
;
height
:
22px
;
line-height
:
22px
; }
/*# sourceMappingURL=tooltip.css.map */