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:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user