update style

This commit is contained in:
Imanoel Ali 2019-01-17 12:03:43 +03:30
parent 87b12730c7
commit c4734bcea1

View file

@ -195,17 +195,15 @@ video::-webkit-media-controls-panel {
} }
.file-area .file-dummy { .file-area .file-dummy {
width: 100%;
padding: 50px 30px;
border: 2px dashed #ccc; border: 2px dashed #ccc;
background-color: #fff; background-color: #fff;
text-align: center; text-align: center;
transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out;
margin: 0 auto; margin: 0 auto;
width: 50%; width: 76%;
height: 25%; height: 70%;
font-size: 2em; font-size: 2em;
padding: 9%; padding: 8%;
} }
.file-area .file-dummy .success { .file-area .file-dummy .success {
@ -239,7 +237,9 @@ ul.file-tips {
} }
h2 { h2 {
margin-top: -15%;
margin-bottom: 12%;
font-size: 3em; }
ul.file-tips li {
font-size: .45em;
} }