From 66b16cafb380012d3eca14e524d86f2450e04069 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 31 Jan 2018 16:42:40 +0100 Subject: Add new name/terms/description config options --- .../shared/forms/markdown-textarea.component.scss | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 client/src/app/shared/forms/markdown-textarea.component.scss (limited to 'client/src/app/shared/forms/markdown-textarea.component.scss') diff --git a/client/src/app/shared/forms/markdown-textarea.component.scss b/client/src/app/shared/forms/markdown-textarea.component.scss new file mode 100644 index 000000000..82aff541d --- /dev/null +++ b/client/src/app/shared/forms/markdown-textarea.component.scss @@ -0,0 +1,27 @@ +@import '_variables'; +@import '_mixins'; + +.root { + display: flex; + + textarea { + @include peertube-textarea(100%, 150px); + + margin-bottom: 15px; + } + + /deep/ { + .nav-link { + display: flex !important; + align-items: center; + height: 30px !important; + padding: 0 15px !important; + } + + .tab-content { + min-height: 75px; + padding: 15px; + font-size: 15px; + } + } +} -- cgit v1.2.3