transfer.sh/transfersh-web/styles/includes/home.less

95 lines
1.6 KiB
Text
Raw Normal View History

2014-10-16 20:01:43 +02:00
#home {
text-align: center;
h2 {
2014-10-20 15:33:05 +02:00
font-size: 40px;
2014-10-20 11:15:41 +02:00
}
@media (min-width: @screen-sm-min) {
2014-10-20 11:51:04 +02:00
padding: 50px;
2014-10-20 11:15:41 +02:00
h2 {
2014-10-24 09:58:59 +02:00
font-size: 45px;
2014-10-20 11:15:41 +02:00
margin-top: -10px;
margin-bottom: 45px;
}
2014-10-16 20:01:43 +02:00
}
}
2014-10-24 09:58:59 +02:00
#from-terminal, #from-web {
2014-10-16 20:01:43 +02:00
h3 {
font-size: 30px;
}
}
2014-10-24 09:58:59 +02:00
#web {
2014-10-20 15:08:28 +02:00
.transition(all @animation-duration ease);
2014-10-16 20:01:43 +02:00
i {
2014-10-24 09:58:59 +02:00
font-size: 100px;
2014-10-16 20:01:43 +02:00
color: @blue;
2014-10-24 09:58:59 +02:00
display: block;
margin-top: -20px;
2014-10-16 20:01:43 +02:00
}
2014-10-24 09:58:59 +02:00
.btn-cta {
2014-10-20 15:33:05 +02:00
padding: 5px 10px;
font-size: 14px;
}
2014-10-24 09:58:59 +02:00
.click {
margin-top: -50px;
color: #fff;
}
.queue {
margin: 0;
list-style: none;
padding: 0;
}
a {
color: #fff;
}
2014-10-16 20:01:43 +02:00
}
2014-10-24 09:58:59 +02:00
#terminal {
2014-10-20 15:08:28 +02:00
min-height: 150px;
@media (min-width: @screen-sm-min) {
2014-10-24 09:58:59 +02:00
min-height: 350px;
}
.examples {
padding: 10px 0px;
}
code {
font-family: @font-family-mono;
2014-10-20 15:08:28 +02:00
}
2014-10-16 20:01:43 +02:00
}
2014-10-20 15:08:28 +02:00
#web .uploading {
i {
.transition(font @animation-duration ease);
font-size: 40px;
}
2014-10-24 09:58:59 +02:00
p.click {
2014-10-20 15:08:28 +02:00
font-size: 14px;
}
}
.dragged {
background: @light-gray;
}
2014-10-16 20:01:43 +02:00
#terminal {
text-align: left;
color: #fff;
background: @dark-blue;
background: url(../images/terminal.svg);
2014-10-24 09:58:59 +02:00
background-repeat: no-repeat;
2014-10-16 20:01:43 +02:00
background-size: 100% auto;
font-family: @font-family-mono;
2014-10-24 09:58:59 +02:00
font-size: 15px;
2014-10-20 15:08:28 +02:00
@media (min-width: @screen-sm-min) {
2014-10-24 09:58:59 +02:00
padding: 10px 20px;
2014-10-20 15:08:28 +02:00
}
2014-10-16 20:01:43 +02:00
}
.progress {
max-width: 80%;
margin: 0 auto;
2014-10-20 15:08:28 +02:00
}
.all-files {
display: none;
}
.all-files .show {
2014-10-24 09:58:59 +02:00
display: block;
}