littlegiant / silverstripe-security-theme
A theme for the Silverstripe security routes.
Package info
github.com/littlegiant/silverstripe-security-theme
Language:CSS
Type:silverstripe-vendormodule
pkg:composer/littlegiant/silverstripe-security-theme
1.0.2
2019-05-22 19:32 UTC
Requires
- silverstripe/admin: ^1.0
- silverstripe/framework: ^4.0
This package is auto-updated.
Last update: 2026-03-01 00:13:02 UTC
README
Sick of styling your admin login form? Me too, use this instead.
Installation
composer require littlegiant/silverstripe-security-theme
Usage
--- Name: app-security-theme After: - '#coresecurity' --- SilverStripe\Security\Security: template_main: LittleGiant\SilverStripeSecurityTheme\SecurityPage logo: 'path/to/your/image.png' # Optional logo image logo_width: 100 # Optional width constraint focus_accent: '#9fa8da' # Optional focused border color button_accent: '#3f51b5' # Optional button background button_color: '#fff' # Optional button color button_border_color: '#3f51b5' # Optional button color input_active_border_color: '#3f51b5' # Optional input:focused border color
