|
|
@ -1,6 +1,6 @@ |
|
|
@font-face { |
|
|
@font-face { |
|
|
font-family: "iconfont"; /* Project id 4272106 */ |
|
|
font-family: "iconfont"; /* Project id 4272106 */ |
|
|
src: url('iconfont.ttf?t=1711870080646') format('truetype'); |
|
|
src: url('iconfont.ttf?t=1719727774055') format('truetype'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.iconfont { |
|
|
.iconfont { |
|
|
@ -11,6 +11,10 @@ |
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.icon-receipt:before { |
|
|
|
|
|
content: "\e601"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.icon-pause:before { |
|
|
.icon-pause:before { |
|
|
content: "\e669"; |
|
|
content: "\e669"; |
|
|
} |
|
|
} |
|
|
@ -35,10 +39,6 @@ |
|
|
content: "\e685"; |
|
|
content: "\e685"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.icon-receipt:before { |
|
|
|
|
|
content: "\e61a"; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.icon-ok:before { |
|
|
.icon-ok:before { |
|
|
content: "\e65a"; |
|
|
content: "\e65a"; |
|
|
} |
|
|
} |
|
|
|