UNPKG
@nomios/web-uikit
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Nomios' living web UIKit
github.com/ipfs-shipyard/nomios-web-uikit
ipfs-shipyard/nomios-web-uikit
@nomios/web-uikit
/
dist
/
components
/
icon
/
Icon.css
9 lines
(8 loc)
•
249 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.icon
{
width
:
1em
;
height
:
1em
;
/* Must have an height otherwise it will have an extra space on IE11 */
display
: inline-block;
vertical-align
: middle;
font-size
:
2.4rem
;
transition
: fill
0.2s
ease, fill-opacity
0.2s
ease; }