mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-24 13:10:27 +01:00
63 lines
No EOL
998 B
Text
63 lines
No EOL
998 B
Text
#home {
|
|
text-align: center;
|
|
.btn-cta {
|
|
margin: 30px 0;
|
|
}
|
|
h2 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
@media (min-width: @screen-sm-min) {
|
|
padding: 50px
|
|
h2 {
|
|
font-size: 65px;
|
|
margin-top: -10px;
|
|
margin-bottom: 45px;
|
|
}
|
|
}
|
|
}
|
|
|
|
#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;
|
|
} |