mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added page/file sate variables
This commit is contained in:
parent
38ccce656b
commit
5666dab4b3
@ -43,6 +43,11 @@ $brand-success: #3fa142;
|
||||
// $brand-warning: #f0ad4e;
|
||||
$brand-danger: #d40404;
|
||||
|
||||
$state-draft: #f46b00;
|
||||
$state-draft-bg: #fff2e8;
|
||||
$state-modified: $state-draft;
|
||||
$state-modified-bg: #ff7f22;
|
||||
|
||||
// Backgrounds
|
||||
$background-main: #f6f7f8;
|
||||
$background-darker: darken($background-main, 2);
|
||||
|
Loading…
Reference in New Issue
Block a user