- Update Font Awesome path in config-admin.js - Replace deprecated icons in HTML files - Update CSS import for Font Awesome 6.x- Remove 'o' suffix from icon classes - Adjust badge alignment in welcome.html
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
// fixed-width icons
|
|
// -------------------------
|
|
|
|
.@{fa-css-prefix}-fw {
|
|
text-align: center;
|
|
width: @fa-fw-width;
|
|
}
|