summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_markdown.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-05-01 09:18:21 +0500
committerChristopher Speller <crspeller@gmail.com>2017-05-01 00:18:21 -0400
commit5ab7726c1ec72678e505b87335eb011f97a09b3c (patch)
tree196c3727bba1dd0b81fae9b2b26689f0a5652378 /webapp/sass/layout/_markdown.scss
parent6f6b7e4e97f466ee0f29c96b7fee0d9b98ce751c (diff)
downloadchat-5ab7726c1ec72678e505b87335eb011f97a09b3c.tar.gz
chat-5ab7726c1ec72678e505b87335eb011f97a09b3c.tar.bz2
chat-5ab7726c1ec72678e505b87335eb011f97a09b3c.zip
Multiple Ui fixes (#6272)
* PLT-6453 - Improving headings in the web app * PLT-6414 - Fixing view members modal issue * PLT-5863 - Fixing alignment in new channel menu * PLT-6391 - Fixing code block overlay
Diffstat (limited to 'webapp/sass/layout/_markdown.scss')
-rw-r--r--webapp/sass/layout/_markdown.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss
index 65f50b789..6fcbc7ff3 100644
--- a/webapp/sass/layout/_markdown.scss
+++ b/webapp/sass/layout/_markdown.scss
@@ -1,11 +1,36 @@
@charset 'UTF-8';
+h1 {
+ font-size: 28px;
+}
+
+h2 {
+ font-size: 25px;
+}
+
+h3 {
+ font-size: 22px;
+}
+
+h4 {
+ font-size: 19px;
+}
+
+h5 {
+ font-size: 15px;
+}
+
+h6 {
+ font-size: 1em;
+}
+
.markdown__link {
}
.markdown__heading {
font-weight: 700;
line-height: 1.5;
+ margin: 10px 0;
}
.markdown__paragraph-inline {