Commit 32a537ec authored by Nicolas Giard's avatar Nicolas Giard

fix: dialog header bg

parent 50661671
.dialog-header { .dialog-header {
background-color: mc('blue', '700'); background-color: mc('blue', '700');
background: radial-gradient(ellipse at top, mc('blue', '500'), transparent), background: radial-gradient(ellipse at top, mc('blue', '500'), mc('blue', '700')),
radial-gradient(ellipse at bottom, mc('blue', '800'), transparent); radial-gradient(ellipse at bottom, mc('blue', '800'), mc('blue', '700'));
height: 60px; height: 60px;
color: #FFF; color: #FFF;
display: flex; display: flex;
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
&.is-red { &.is-red {
background-color: mc('red', '700'); background-color: mc('red', '700');
background: radial-gradient(ellipse at top, mc('red', '500'), transparent), background: radial-gradient(ellipse at top, mc('red', '500'), mc('red', '700')),
radial-gradient(ellipse at bottom, mc('red', '800'), transparent); radial-gradient(ellipse at bottom, mc('red', '800'), mc('red', '700'));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment