mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 20:23:32 +08:00
10 lines
191 B
SCSS
10 lines
191 B
SCSS
.box{
|
|
padding: 10px;
|
|
cursor: pointer;
|
|
margin: 3px 0;
|
|
background: white;
|
|
box-shadow: rgba(158, 163, 172, 0.3) 5px 5px 20px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|