25 lines
2.2 KiB
CSS
25 lines
2.2 KiB
CSS
|
.wmd-icon.checkbox>input+span::before{content : "\f0c8"; font-family : "FA6FR";}
|
||
|
.wmd-icon.checkbox>input:disabled+span::before{content : "\f0c8"; font-family : "FA6FS"; opacity : .5;}
|
||
|
.wmd-icon.checkbox>input:checked+span::before{content : "\f14a"; font-family : "FA6FR";}
|
||
|
.wmd-icon.radio-button>input+span::before{content : "\f111"; font-family : "FA6FR";}
|
||
|
.wmd-icon.radio-button>input:disabled+span::before{content : "\f111"; font-family : "FA6FS"; opacity : .5;}
|
||
|
.wmd-icon.radio-button>input:checked+span::before{content : "\f192"; font-family : "FA6FR";}
|
||
|
.wmd-icon.tick>input+span::before{content : "\f00d"; font-family : "FA6FS";}
|
||
|
.wmd-icon.tick>input:disabled+span::before{content : "\f560"; font-family : "FA6FS";}
|
||
|
.wmd-icon.tick>input:checked+span::before{content : "\f00c"; font-family : "FA6FS";}
|
||
|
.wmarkdown [data-icon=warning]::before,.wmarkdown [data-icon=warn]::before{content : "\f071"; font-family : "FA6FS";}
|
||
|
.wmarkdown [data-icon=ask]::before,.wmarkdown [data-icon=question]::before{content : "\f059"; font-family : "FA6FS";}
|
||
|
.wmarkdown [data-icon=answer]::before{content : "\f138"; font-family : "FA6FS";}
|
||
|
.wmarkdown [data-icon=comment]::before{content : "\f075"; font-family : "FA6FR";}
|
||
|
.wmarkdown [data-icon=note]::before{content : "\f249"; font-family : "FA6FR";}
|
||
|
.wmarkdown [data-icon=characters]::before{content : "\f031"; font-family : "FA6FS";}
|
||
|
.wmarkdown [data-icon=lines]::before{content : "\f039"; font-family : "FA6FS";}
|
||
|
.wmd-code-block [data-icon=type]::before{content : "\f15b"; font-family : "FA6FR";}
|
||
|
.wmd-code-block[data-type=html] [data-icon]::before{content : "\f1c9"; font-family : "FA6FR";}
|
||
|
.wmarkdown [data-icon=link]::before{content : "\f0c1"; font-family : "FA6FS";}
|
||
|
.wmarkdown [data-deployed=true]>[data-icon=deploy]::before,
|
||
|
.wmd-main-menu [data-deployed=true]>[data-icon=deploy]::before{content : "\f146"; font-family : "FA6FR";}
|
||
|
.wmarkdown [data-deployed=false]>[data-icon=deploy]::before,
|
||
|
.wmd-main-menu [data-deployed=false]>[data-icon=deploy]::before{content : "\f0fe"; font-family : "FA6FR";}
|
||
|
.wmd-main-menu-button [data-icon=menu]::before{content : "\f0c9"; font-family : "FA6FS";}
|
||
|
.wmarkdown [data-icon=view_switch]::before{content : "\f074"; font-family : "FA6FS";}
|