[Feature] Website live chat (#187)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Pranav Raj S
2019-10-29 12:50:54 +05:30
committed by GitHub
parent a4114288f3
commit 16fe912fbd
80 changed files with 2040 additions and 106 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -25,3 +25,14 @@
border-radius: $space-smaller;
font-size: $font-size-mini;
}
code {
border: 0;
font-family: 'Monaco';
font-size: $font-size-mini;
&.hljs {
background: $color-background;
padding: $space-two;
}
}