UNPKG
platojs
Version:
latest (3.0.0-beta.36)
3.0.0-beta.36
3.0.0-beta.35
3.0.0-beta.34
3.0.0-beta.33
3.0.0-beta.32
3.0.0-beta.31
3.0.0-beta.30
3.0.0-beta.29
3.0.0-beta.28
3.0.0-beta.27
3.0.0-beta.26
3.0.0-beta.25
3.0.0-beta.24
3.0.0-beta.23
3.0.0-beta.22
3.0.0-beta.21
3.0.0-beta.20
3.0.0-beta.19
3.0.0-beta.18
3.0.0-beta.17
3.0.0-beta.16
3.0.0-beta.15
3.0.0-beta.14
3.0.0-beta.13
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
3.0.0-beta.8
3.0.0-beta.7
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta
Libraries of PLATO
github.com/platojs/platojs
platojs/platojs
platojs
/
components
/
misc
/
styles
/
uploader.css
15 lines
(13 loc)
•
265 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.c-uploader
{
width
:
dpr
(
100px
);
height
:
dpr
(
100px
);
border
:
1px
dashed
var
(--primary);
border-radius
:
dpr
(
6px
);
position
: relative; &-
icon
{
width
:
100%
;
height
:
100%
;
text-align
: center;
color
:
color
(
var
(--primary)
alpha
(
50%
)); } }