Move lower half border to child elements to show transparent border

This commit is contained in:
2018-03-19 14:19:34 +05:30
parent 047bc7c291
commit 77e3f07391
+4 -1
View File
@@ -55,7 +55,10 @@
.App .lower-half {
width: 100%;
height: 20vh;
border-top: 5px solid antiquewhite;
}
.App .OpenXDayMini, .App .NextOpenCloseMini {
border-top: 5px solid rgba(255, 255, 255, 0.75);
}
.App .OpenXDay-container {