feat: user edit UI + admin UI improvements + fixes
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
radial-gradient(ellipse at bottom, mc('red', '800'), mc('red', '700'));
|
||||
}
|
||||
|
||||
&.is-indigo {
|
||||
background-color: mc('indigo', '700');
|
||||
background: radial-gradient(ellipse at top, mc('indigo', '500'), mc('indigo', '700')),
|
||||
radial-gradient(ellipse at bottom, mc('indigo', '800'), mc('indigo', '700'));
|
||||
}
|
||||
|
||||
&.is-dark {
|
||||
background-color: mc('grey', '900');
|
||||
background: radial-gradient(ellipse at top, mc('grey', '800'), mc('grey', '900')),
|
||||
|
@@ -1,5 +1,5 @@
|
||||
.newpage {
|
||||
background: linear-gradient(to bottom, mc('blue', '900') 0%, mc('blue', '500') 100%);
|
||||
background: linear-gradient(to bottom, darken(mc('blue', '900'), 10%) 0%, mc('purple', '500') 100%);
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -36,7 +36,7 @@
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
background-color: #0d47a1;
|
||||
background-color: transparent;
|
||||
background-image: url('../static/svg/motif-overlay.svg');
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
|
Reference in New Issue
Block a user