mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
11 lines
141 B
CSS
11 lines
141 B
CSS
|
/**
|
||
|
* @provides files-css
|
||
|
*/
|
||
|
|
||
|
.files-drag-and-drop {
|
||
|
text-align: center;
|
||
|
padding: 0em 1em .5em;
|
||
|
font-size: 15px;
|
||
|
color: #666666;
|
||
|
}
|