mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-28 01:33:23 +00:00
update style
This commit is contained in:
parent
87b12730c7
commit
c4734bcea1
1 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue