style: run format:apply
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 15px rgba(163, 0, 0, 0.1);
|
||||
box-shadow:
|
||||
0 10px 30px rgba(0, 0, 0, 0.8),
|
||||
0 0 15px rgba(163, 0, 0, 0.1);
|
||||
border-radius: 4px;
|
||||
min-width: 400px;
|
||||
animation: slideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
|
||||
@@ -36,7 +38,9 @@
|
||||
color: #ffffff;
|
||||
letter-spacing: 0.05em;
|
||||
margin: 0 0 0.5rem 0;
|
||||
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(163, 0, 0, 0.3);
|
||||
text-shadow:
|
||||
2px 2px 5px rgba(0, 0, 0, 0.8),
|
||||
0 0 10px rgba(163, 0, 0, 0.3);
|
||||
font-family: 'Oswald', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user