16 lines
744 B
SCSS
16 lines
744 B
SCSS
.anp{
|
|
[data-icon]::before{
|
|
margin-right : .3em;
|
|
font-family : $font-icon;
|
|
}
|
|
[data-icon=home]::before{content : unicode("f015");}
|
|
[data-icon=git]::before{content : unicode("f841"); font-family : "FA6FB";}
|
|
[data-icon=user]::before{content : unicode("f007");}
|
|
[data-icon=ip]::before{content : "IP"; font-weight : 900; font-family : $font-normal;}
|
|
[data-icon=login]::before{content : unicode("f090");}
|
|
[data-icon=register]::before{content : unicode("f234");}
|
|
[data-icon=logout]::before{content : unicode("f08b");}
|
|
[data-icon=zoom]::before{content : unicode("f002");}
|
|
[data-icon=reset_zoom]::before{content : unicode("f689");}
|
|
[data-icon=gui_mode]::before{content : unicode("f043");}
|
|
} |