mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-02 17:10:18 +01:00
103 lines
1.6 KiB
Text
103 lines
1.6 KiB
Text
#home {
|
|
text-align: center;
|
|
h2 {
|
|
font-size: 40px;
|
|
}
|
|
@media (min-width: @screen-sm-min) {
|
|
padding: 50px;
|
|
h2 {
|
|
font-size: 45px;
|
|
margin-top: -10px;
|
|
margin-bottom: 45px;
|
|
}
|
|
}
|
|
.btn-home {
|
|
margin: 50px 0 25px 0;
|
|
}
|
|
}
|
|
|
|
|
|
#web, #terminal {
|
|
word-wrap: break-word;
|
|
.code-title {
|
|
color: @red;
|
|
}
|
|
padding: 35px 0 0 10px;
|
|
@media (min-width: @screen-sm-min) {
|
|
padding: 50px 0 0 20px;
|
|
}
|
|
code {
|
|
font-family: @font-family-mono;
|
|
|
|
}
|
|
font-family: @font-family-mono;
|
|
font-size: 15px;
|
|
text-align: left;
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
#web {
|
|
margin-top: -2px;
|
|
.border-bottom-radius (10px);
|
|
padding-top: 0;
|
|
padding-bottom: 50px;
|
|
width: 100%;
|
|
display: block;
|
|
background: @dark-blue;
|
|
.transition(all @animation-duration ease);
|
|
.btn-cta {
|
|
padding: 5px 10px;
|
|
font-size: 14px;
|
|
border-color: #fff;
|
|
}
|
|
.click {
|
|
margin-top: -50px;
|
|
color: #fff;
|
|
}
|
|
.queue {
|
|
margin: 0;
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
a {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
#terminal {
|
|
.border-top-radius (10px);
|
|
// min-height: 150px;
|
|
@media (min-width: @screen-sm-min) {
|
|
//min-height: 350px;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
#web .uploading {
|
|
}
|
|
|
|
.dragged {
|
|
background: @light-gray;
|
|
}
|
|
|
|
|
|
#terminal {
|
|
background: url(../images/terminal.svg);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.progress {
|
|
max-width: 80%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.all-files {
|
|
display: none;
|
|
}
|
|
.all-files .show {
|
|
display: block;
|
|
}
|