littlegiant / silverstripe-security-theme
A theme for the Silverstripe security routes.
Installs: 6 917
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 2
Language:CSS
Type:silverstripe-vendormodule
Requires
- silverstripe/admin: ^1.0
- silverstripe/framework: ^4.0
This package is auto-updated.
Last update: 2024-10-29 05:34:39 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