aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/markdown-textarea.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-forms/markdown-textarea.component.scss')
-rw-r--r--client/src/app/shared/shared-forms/markdown-textarea.component.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.scss b/client/src/app/shared/shared-forms/markdown-textarea.component.scss
index c68c2c241..bbb266448 100644
--- a/client/src/app/shared/shared-forms/markdown-textarea.component.scss
+++ b/client/src/app/shared/shared-forms/markdown-textarea.component.scss
@@ -25,8 +25,8 @@ $input-border-radius: 3px;
25 .nav-preview { 25 .nav-preview {
26 padding: 10px; 26 padding: 10px;
27 27
28 border: 1px solid $input-border-color; 28 border: 1px solid pvar(--inputBorderColor);
29 border-top: 1px dashed $input-border-color; 29 border-top: 1px dashed pvar(--inputBorderColor);
30 30
31 border-bottom-right-radius: $input-border-radius; 31 border-bottom-right-radius: $input-border-radius;
32 border-bottom-left-radius: $input-border-radius; 32 border-bottom-left-radius: $input-border-radius;
@@ -72,7 +72,7 @@ $input-border-radius: 3px;
72 overflow-y: auto; 72 overflow-y: auto;
73 word-wrap: break-word; 73 word-wrap: break-word;
74 74
75 border: 1px solid $input-border-color; 75 border: 1px solid pvar(--inputBorderColor);
76 border-top: 0; 76 border-top: 0;
77 77
78 border-bottom-left-radius: $input-border-radius; 78 border-bottom-left-radius: $input-border-radius;
@@ -115,7 +115,7 @@ $input-border-radius: 3px;
115 grid-column: 1; 115 grid-column: 1;
116 116
117 border: 0; 117 border: 0;
118 border-right: 1px dashed $input-border-color; 118 border-right: 1px dashed pvar(--inputBorderColor);
119 119
120 resize: none; 120 resize: none;
121 } 121 }
@@ -155,7 +155,7 @@ $input-border-radius: 3px;
155 grid-row: 2; 155 grid-row: 2;
156 grid-column: 1; 156 grid-column: 1;
157 border: 0; 157 border: 0;
158 border-bottom: 1px dashed $input-border-color;; 158 border-bottom: 1px dashed pvar(--inputBorderColor);;
159 } 159 }
160 160
161 ::ng-deep .tab-content { 161 ::ng-deep .tab-content {