Files
old-tfm/app/client/app.less

50 lines
616 B
Plaintext
Raw Normal View History

.hello {
padding: 40px 15px;
text-align: center;
}
.controller_selection {
padding-top: 10px;
}
2016-02-28 10:05:14 +01:00
2016-11-19 05:03:50 +01:00
.hidden {
display: none;
}
2016-10-15 15:58:41 +02:00
.huge_text {
2016-11-19 08:03:54 +01:00
font-size: 2.5em;
2016-10-15 15:58:41 +02:00
}
2016-03-20 07:54:20 +01:00
@media all and (orientation: portrait) {
#bucket_image {
width: 90%;
cursor: pointer;
}
}
2016-02-28 10:05:14 +01:00
2016-03-20 07:54:20 +01:00
@media all and (orientation: landscape) {
#bucket_image {
width: 40%;
cursor: pointer;
}
2016-02-28 10:05:14 +01:00
}
2016-10-23 15:57:04 +02:00
@media all and (orientation: portrait) {
#alarm_image {
2016-11-19 08:03:54 +01:00
width: 70%;
2016-10-23 15:57:04 +02:00
cursor: pointer;
}
}
@media all and (orientation: landscape) {
#alarm_image {
2016-11-19 08:03:54 +01:00
width: 30%;
2016-10-23 15:57:04 +02:00
cursor: pointer;
}
}
2016-10-29 17:01:09 +02:00
.clickable {
2016-11-19 05:03:50 +01:00
cursor:pointer;
2016-10-29 17:01:09 +02:00
}