From a820b1640bcea06d93fed790b891a853ea02e498 Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 18 Aug 2016 17:36:43 -0500 Subject: PLT-2345 Switch "help" link below text input box to localizable version (#3794) --- webapp/sass/layout/_markdown.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'webapp/sass/layout') diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss index a9e011929..e6ab35f8a 100644 --- a/webapp/sass/layout/_markdown.scss +++ b/webapp/sass/layout/_markdown.scss @@ -156,3 +156,26 @@ code { background: $white; color: inherit; } + +.help { + code { + background: rgba(51,51,51,0.1); + } + + .hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #333; + background: #f8f8f8; + } + + .container { + margin-bottom: 40px; + } + + .links { + margin-top: 30px; + font-size: 1.2em; + } +} \ No newline at end of file -- cgit v1.2.3-1-g7c22