summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/_modal.scss
diff options
context:
space:
mode:
authorAnna Tsyganova <ATSyganova@IBS.RU>2022-07-20 17:14:41 +0300
committerAnna Tsyganova <ATSyganova@IBS.RU>2022-07-20 17:14:41 +0300
commitcdbc45c048d3283ae929e2bc764005584af9b90c (patch)
tree47e7d55f174f902648cf8b01a811ca7ee30668b1 /src/assets/styles/bmc/_sila/_modal.scss
parent0633393dfe9e757c540fa2064ae78e6532cec484 (diff)
downloadwebui-vue-cdbc45c048d3283ae929e2bc764005584af9b90c.tar.xz
SILABMC-191: Fix labels of input fields
Diffstat (limited to 'src/assets/styles/bmc/_sila/_modal.scss')
-rw-r--r--src/assets/styles/bmc/_sila/_modal.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets/styles/bmc/_sila/_modal.scss b/src/assets/styles/bmc/_sila/_modal.scss
index 91412338..5f40d5e1 100644
--- a/src/assets/styles/bmc/_sila/_modal.scss
+++ b/src/assets/styles/bmc/_sila/_modal.scss
@@ -42,7 +42,7 @@
.custom-file-input ~ .custom-file-label {
background-color: transparent;
- border: 1px dashed rgba(12, 28, 41, 0.6);
+ border: 1px dashed $text-tretiatry;
box-sizing: border-box;
border-radius: $border-radius;
height: 100%;