mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
12 lines
348 B
CSS
12 lines
348 B
CSS
.slide {
|
|
width: __styled-jsx-placeholder__7px;
|
|
height: __styled-jsx-placeholder__7px;
|
|
margin: 0 calc(__styled-jsx-placeholder__7vw - __styled-jsx-placeholder__7px);
|
|
border-radius: 7px;
|
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 5px 12px rgba(0, 0, 0, 0.1);
|
|
transition: all 0.5s ease;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
background: white;
|
|
}
|