fix: Add a check for 24 hour window before sending a message (#1084)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S
2020-07-25 22:54:45 +05:30
committed by GitHub
parent 12ee7e5d82
commit 0f2d3418f9
26 changed files with 292 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
:root {
--font-size-nano: 0.8rem;
--font-size-micro: 1.0rem;
--font-size-mini: 1.2rem;
--font-size-small: 1.4rem;
--font-size-default: 1.6rem;
--font-size-medium: 1.8rem;
--font-size-large: 2.2rem;
--font-size-big: 2.4rem;
--font-size-bigger: 3.0rem;
--font-size-mega: 3.4rem;
--font-size-giga: 4.0rem;
}