mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
13 lines
388 B
CSS
13 lines
388 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;
|
|
}
|