rooster.io/resources/less/mobile.less

85 lines
1.2 KiB
Plaintext
Raw Normal View History

//mobile.less
2015-06-22 20:23:48 +02:00
2015-08-15 22:09:22 +02:00
@media (max-width: 1110px) {
div.day {
float: initial !important;
> .hour {
margin: 0 auto;
border-left: none !important;
}
}
}
2015-06-22 20:23:48 +02:00
@media (max-width: 755px) {
2015-06-24 16:55:08 +02:00
.motd {
position: static;
margin: 0 auto;
margin-top: -20px;
margin-bottom: 20px;
}
2015-06-22 20:23:48 +02:00
#title {
font-size: 40px !important;
span {
display: none !important;
}
2015-06-22 20:23:48 +02:00
}
input, button {
width: 80% !important;
}
#wrapper {
overflow: hidden;
overflow-x: auto;
width: 100% !important;
}
.schedule {
width: 500% !important;
padding: 0px;
div.day {
width: 20% !important;
.hour {
width: 100% !important;
height: 45px !important;
line-height: 45px;
}
}
ul {
position: absolute;
left: 0px;
z-index: 1;
background: none !important;
li {
height: 50px !important;
width: 50px !important;
span {
height: 50px !important;
width: 50px !important;
line-height: 50px;
font-size: 25px;
}
}
}
}
}
@media (max-width: 400px) {
#title {
font-size: 25px !important;
span {
display: none !important;
}
}
}