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

59 lines
893 B
Plaintext

#home {
text-align: center;
.btn-cta {
margin: 30px 0;
}
h2 {
font-size: 65px;
margin-top: -10px;
margin-bottom: 45px;
}
padding: 50px;
}
#from-terminal,
#from-web {
.make-md-column(6);
h3 {
font-size: 30px;
}
}
#web {
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 {
min-height: 250px;
}
#terminal {
padding: 40px 20px;
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;
}
.progress {
max-width: 80%;
margin: 0 auto;
}