mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-19 00:32:31 +00:00
Add tomorrow status container
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user