mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 01:16:26 +02:00
Switched to ForkAwesome, removed FontAwesome + LineAwesome
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
## mm/dd/2018
|
||||
|
||||
1. [](#improved)
|
||||
* Implemented [ForkAwesome](https://forkawesome.github.io/Fork-Awesome/) and removed FontAwesome + LineAwesome
|
||||
* Unset state from user if not super or user admin
|
||||
* Make new System Config layout responsive [#1579](https://github.com/getgrav/grav-plugin-admin/issues/1579)
|
||||
* Take admin setting for 2FA into account when showing user 2FA badge [#1568](https://github.com/getgrav/grav-plugin-admin/issues/1568)
|
||||
|
||||
@@ -176,15 +176,6 @@ form:
|
||||
type: bool
|
||||
help: Use Google custom fonts. Disable this to use Helvetica. Useful when using Cyrillic and other languages with unsupported characters.
|
||||
|
||||
admin_icons:
|
||||
type: select
|
||||
size: medium
|
||||
label: Icon Style
|
||||
default: line-awesome
|
||||
options:
|
||||
line-awesome: Lighter Line Icons (LineAwesome)
|
||||
font-awesome: Darker Solid Icons (FontAwesome)
|
||||
|
||||
show_beta_msg:
|
||||
type: hidden
|
||||
|
||||
|
||||
4
themes/grav/css/font-awesome.min.css
vendored
4
themes/grav/css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
12
themes/grav/css/fork-awesome.min.css
vendored
Executable file
12
themes/grav/css/fork-awesome.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
4
themes/grav/css/line-awesome.min.css
vendored
4
themes/grav/css/line-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
themes/grav/fonts/forkawesome-webfont.eot
Executable file
BIN
themes/grav/fonts/forkawesome-webfont.eot
Executable file
Binary file not shown.
2810
themes/grav/fonts/forkawesome-webfont.svg
Executable file
2810
themes/grav/fonts/forkawesome-webfont.svg
Executable file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 463 KiB |
BIN
themes/grav/fonts/forkawesome-webfont.ttf
Executable file
BIN
themes/grav/fonts/forkawesome-webfont.ttf
Executable file
Binary file not shown.
BIN
themes/grav/fonts/forkawesome-webfont.woff
Executable file
BIN
themes/grav/fonts/forkawesome-webfont.woff
Executable file
Binary file not shown.
BIN
themes/grav/fonts/forkawesome-webfont.woff2
Executable file
BIN
themes/grav/fonts/forkawesome-webfont.woff2
Executable file
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 444 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,4 @@
|
||||
{% if uri.extension() == 'json' %}{% include 'default.json.twig' %}{% else %}
|
||||
{% set icon_style = config.plugins.admin.admin_icons %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{% else %}
|
||||
{% do assets.addCss(theme_url~'/css-compiled/simple-fonts.css') %}
|
||||
{% endif %}
|
||||
{% do assets.addCss(theme_url~'/css/'~icon_style~'.min.css') %}
|
||||
{% do assets.addCss(theme_url~'/css/fork-awesome.min.css') %}
|
||||
{% do assets.addCss(theme_url~'/css/chartist.min.css') %}
|
||||
{% do assets.addCss(theme_url~'/css/selectize.min.css') %}
|
||||
{% do assets.addCss(theme_url~'/css/hint.base.min.css') %}
|
||||
|
||||
Reference in New Issue
Block a user