Add tomorrow status container

This commit is contained in:
2018-03-19 13:59:06 +05:30
parent e9b5260710
commit eb3151471a
4 changed files with 123 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
@import "../../Utils/utils.css";
.OpenXDayMini {
width: 100%;
height: 100%;
font-size: 4em;
background-color: rgba(0, 0, 0, 0.75);
}
.OpenXDayMini.green {
background-color: #2ECC40;
}
.OpenXDayMini.red {
background-color: #FF4136;
}