mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-07 00:43:07 +01:00
7 lines
113 B
SCSS
7 lines
113 B
SCSS
.box{
|
|
padding: 10px;
|
|
cursor: pointer;
|
|
margin: 3px 0;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|