mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 03:54:59 +08:00
13 lines
184 B
SCSS
13 lines
184 B
SCSS
/*
|
|
.component_uploader{
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: rgba(0,0,0,0.2);
|
|
padding: 50% 0;
|
|
text-align: center;
|
|
}
|
|
*/
|