littlegiant/silverstripe-security-theme

A theme for the Silverstripe security routes.

Installs: 6 785

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 2

Language:CSS

Type:silverstripe-vendormodule

1.0.2 2019-05-22 19:32 UTC

README

Latest Stable Version Total Downloads Monthly Downloads

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

Screenshot

Screenshot