ปรับ css , เมนูหน้าแรก
This commit is contained in:
parent
1c9b5877d6
commit
0aa684f2fb
2131 changed files with 365205 additions and 99 deletions
9
cms/static/vendor/fontawesome-free/less/_icons.less
vendored
Normal file
9
cms/static/vendor/fontawesome-free/less/_icons.less
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// specific icon class definition
|
||||
// -------------------------
|
||||
|
||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
||||
readers do not read off random characters that represent icons */
|
||||
|
||||
each(.fa-icons(), {
|
||||
.@{fa-css-prefix}-@{key}::before { content: @value; }
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue