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

94 lines
1.4 KiB
Text
Raw Normal View History

2014-10-16 20:01:43 +02:00
#home {
text-align: center;
2014-10-20 15:08:28 +02:00
2014-10-16 20:01:43 +02:00
h2 {
2014-10-20 15:08:28 +02:00
font-size: 40x;
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 {
font-size: 65px;
margin-top: -10px;
margin-bottom: 45px;
}
2014-10-16 20:01:43 +02:00
}
}
#from-terminal,
#from-web {
.make-md-column(6);
h3 {
font-size: 30px;
}
}
#web {
2014-10-20 15:08:28 +02:00
.transition(all @animation-duration ease);
2014-10-16 20:01:43 +02:00
border: 1px dashed @blue;
padding-top: 10px;
i {
font-size: 160px;
color: @blue;
}
p.click {
margin-top: -66px;
font-size: 18px;
}
border-radius: 5px;
}
#web, #terminal {
2014-10-20 15:08:28 +02:00
min-height: 150px;
@media (min-width: @screen-sm-min) {
min-height: 270px;
}
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;
}
p.click {
margin-top: -10px;
font-size: 14px;
}
}
.dragged {
background: @light-gray;
}
2014-10-16 20:01:43 +02:00
#terminal {
2014-10-20 15:08:28 +02:00
padding: 10px;
2014-10-16 20:01:43 +02:00
text-align: left;
color: #fff;
background: @dark-blue;
background: url(../images/terminal.svg);
background-repeat: no-repeat;
background-size: 100% auto;
font-family: @font-family-mono;
font-size: 11px;
2014-10-20 15:08:28 +02:00
@media (min-width: @screen-sm-min) {
padding: 30px 20px;
}
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 {
display:block;
2014-10-16 20:01:43 +02:00
}