1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

FontAwesome 5 added to admin area and bootstrap3 theme. $tp->toIcon() supports SVG sizing 2x, 3x etc.

This commit is contained in:
Cameron
2021-01-30 19:21:23 -08:00
parent 151396b1a3
commit 2dedc8719f
11 changed files with 171 additions and 84 deletions

View File

@@ -35,6 +35,13 @@ td.text-center { text-align:center; }
.S64 { width: 64px; height: 64px }
.S128 { width: 128px; height: 128px }
.icon-svg { width: 1em; }
.icon-svg-2x { width: 2em; }
.icon-svg-3x { width: 3em; }
.icon-svg-4x { width: 4em; }
.icon-svg-5x { width: 5em; }
/* Decorate JS - see core/decorate.js */
.odd { }
.even { background-color: #F5F5F5 }