AnP/Public/scss/_icons.scss

40 lines
2.0 KiB
SCSS

@use "settings" as *;
@use "fonts" as *;
@use "common" as *;
.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");}
[data-icon=send]::before{content : unicode("f1d8"); font-family : $FA6FR;}
// Icons for AI Chat
[data-icon=html]::before{content : unicode("f13b"); font-family : $FA6FB;}
[data-icon=raw_html]::before{content : unicode("f121");}
[data-icon=md]::before{content : unicode("f1c9");}
[data-icon=done]::before{content : unicode("f164"); font-family : $FA6FR;}
[data-icon=think]::before{content : unicode("f731"); font-family : $FA6FB;}
[data-icon=loading]::before{content : unicode("f110");}
[data-icon=waiting]::before{content : unicode("f252");}
[data-ok=true] [data-icon=ok]::before{content : unicode("f00c");}
[data-ok=false] [data-icon=ok]::before{content : unicode("f00d");}
[data-done=true] [data-icon=done]::before{content : unicode("f058"); font-family : $FA6FR;}
[data-done=false] [data-icon=done]::before{content : unicode("f071");}
[data-icon=date_from]::before{content : unicode("f783");}
[data-icon=date_to]::before{content : unicode("f1da");}
[data-icon=time]::before{content : unicode("f017"); font-family : $FA6FR;}
[data-icon=length]::before{content : unicode("f546");}
[data-icon=response_tokens]::before{content : unicode("f4ad"); font-family : $FA6FR;}
}