mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 11:57:04 +08:00
8 lines
113 B
SCSS
8 lines
113 B
SCSS
.box{
|
|
padding: 10px;
|
|
cursor: pointer;
|
|
margin: 3px 0;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|