mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 13:52:20 +00:00
Add next open/close day panel + refactor common funcs to util
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 320px){
|
||||
@media screen and (max-width: 320px) {
|
||||
.App {
|
||||
font-size: 0.3em;
|
||||
}
|
||||
@@ -47,7 +47,34 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.App .upper-half {
|
||||
width: 100%;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.App .lower-half {
|
||||
width: 100%;
|
||||
height: 20vh;
|
||||
border-top: 5px solid antiquewhite;
|
||||
}
|
||||
|
||||
.App .OpenXDay-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.App .OpenXPlusOneDay-container {
|
||||
float: left;
|
||||
width: 40%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.App .OpenXPlusOneDay-container .OpenXDayMini {
|
||||
border-right: 5px solid rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.App .NextOpenClose-container {
|
||||
float: right;
|
||||
width: 60%;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user