Files
old-tfm/app/client/app.less
2016-12-30 17:14:08 +01:00

61 lines
789 B
Plaintext

.hello {
padding: 40px 15px;
text-align: center;
}
.controller_selection {
padding-top: 10px;
}
.hidden {
display: none;
}
.no-bullets {
list-style-type: none;
}
.huge_text {
font-size: 2.5em;
}
@media all and (orientation: portrait) {
#bucket_image {
width: 90%;
cursor: pointer;
}
}
@media all and (orientation: landscape) {
#bucket_image {
width: 40%;
cursor: pointer;
}
}
@media all and (orientation: portrait) {
#alarm_image {
width: 70%;
cursor: pointer;
}
}
@media all and (orientation: landscape) {
#alarm_image {
width: 30%;
cursor: pointer;
}
}
.clickable {
cursor:pointer;
}
.sensorData {
color: #101010;
font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
}