Blame view

Front/css/home.css 233 Bytes
eba991ae   Antoine Duquenoy   Front-end : page ...
1
2
3
4
5
6
7
8
9
10
11
12
  body { background-color: #FFF; }

  

  .upload-drop-zone {

    height: 200px;

    border-width: 2px;

    margin-bottom: 20px;

    color: #ccc;

    border-style: dashed;

    border-color: #ccc;

    line-height: 200px;

    text-align: center

  }