forked from sent/waves
10px
This commit is contained in:
parent
bc497bf1bf
commit
86adf4d9c0
|
@ -39,7 +39,7 @@
|
||||||
border: 1px solid #ffffff21;
|
border: 1px solid #ffffff21;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
width: 180px;
|
width: 190px;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(calc(-50% + 195px), -50%);
|
transform: translate(calc(-50% + 195px), -50%);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user