mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 15:27:01 -06:00
Silly gradient added a placeholder. no more experimentation to be done here until Trent has a pass at it
This commit is contained in:
parent
b949f019cf
commit
9aa8648736
@ -11,7 +11,10 @@
|
||||
.main-view {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
background: linear-gradient(180deg, #251f1f 0, #17181b);
|
||||
// background: linear-gradient(180deg, #251f1f 0, #17181b);
|
||||
|
||||
$gradient-opacity: 0.03;
|
||||
background: linear-gradient(135deg, rgba(26, 42, 108, $gradient-opacity), rgba(178, 31, 31, $gradient-opacity), rgba(253, 187, 45, $gradient-opacity)); //Matt experiement
|
||||
}
|
||||
|
||||
.page-container {
|
||||
|
Loading…
Reference in New Issue
Block a user