dix shadow
This commit is contained in:
parent
98473e250b
commit
6c51c37270
|
|
@ -1,5 +1,6 @@
|
||||||
@mixin Shadow {
|
@mixin Shadow {
|
||||||
box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.04);
|
// box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.04);
|
||||||
|
box-shadow: 0px 0px 32px 0px #080F3414;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin Flex {
|
@mixin Flex {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
.In_Auth {
|
.In_Auth {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
padding-top: 50px;
|
padding-top: 0px;
|
||||||
|
|
||||||
> header {
|
> header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -26,7 +26,9 @@
|
||||||
width: 600px;
|
width: 600px;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
|
||||||
box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
|
// box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
|
||||||
|
box-shadow: 0px 0px 32px 0px #080F3414;
|
||||||
|
|
||||||
background: var(--bg);
|
background: var(--bg);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user