Skip to content
Snippets Groups Projects
Commit 997efdfa authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

light phase colors

parent 929abeef
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -16,6 +16,32 @@ return [ ...@@ -16,6 +16,32 @@ return [
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
'phases' => [ 'phases' => [
"preview" => [
'css' => [
'bgdark' => 'background:#ccc;',
'bglight' => 'background:#eee; color:#333; background:rgba(210,210,210,0.4); ',
'bgbutton' => 'background:#888; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
],
],
"stage" => [
'css' => [
'bgdark' => 'background:#9ac; ',
'bglight' => 'background:#f0f4f8; color:#333; background:rgba(200,200,220,0.5); ',
'bgbutton' => 'background:#78a; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
],
],
"live" => [
'css' => [
'bgdark' => 'background:#8b9; ',
'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ',
'bgbutton' => 'background:#7a8; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
],
// prevent immediate installation after build or accept
"deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'],
],
],
/*
'phases_bak' => [
"preview" => [ "preview" => [
'css' => [ 'css' => [
'bgdark' => 'background:#445; color:#f8f8f8;', 'bgdark' => 'background:#445; color:#f8f8f8;',
...@@ -40,6 +66,7 @@ return [ ...@@ -40,6 +66,7 @@ return [
"deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'], "deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'],
], ],
], ],
*/
'auth' => [ 'auth' => [
// force using a given user ... for development only // force using a given user ... for development only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment