mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
style(console): use shadow-3 for footer action bar (#4371)
This commit is contained in:
parent
4647879747
commit
3bab12dc09
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
||||||
inset: auto 0 0 0;
|
inset: auto 0 0 0;
|
||||||
padding: _.unit(4);
|
padding: _.unit(4);
|
||||||
background-color: var(--color-layer-1);
|
background-color: var(--color-layer-1);
|
||||||
box-shadow: var(--shadow-2-reversed);
|
box-shadow: var(--shadow-3);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
.layout {
|
.layout {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
inset: auto 0 0 0;
|
inset: auto 0 0 0;
|
||||||
padding: _.unit(4) _.unit(8);
|
padding: _.unit(4) _.unit(8);
|
||||||
background-color: var(--color-layer-1);
|
background-color: var(--color-layer-1);
|
||||||
box-shadow: var(--shadow-2-reversed);
|
box-shadow: var(--shadow-3);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
|
|
Loading…
Reference in a new issue