summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/_modal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/_sila/_modal.scss')
-rw-r--r--src/assets/styles/bmc/_sila/_modal.scss12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/assets/styles/bmc/_sila/_modal.scss b/src/assets/styles/bmc/_sila/_modal.scss
index 5f40d5e1..f0fc764f 100644
--- a/src/assets/styles/bmc/_sila/_modal.scss
+++ b/src/assets/styles/bmc/_sila/_modal.scss
@@ -18,7 +18,7 @@
&:hover {
background-color: none;
}
- }
+ }
.modal-title {
font-size: 1.25rem !important;
font-weight: 500;
@@ -35,13 +35,12 @@
justify-content: flex-start;
}
-.file-input_container >
-.custom-file {
+.file-input_container > .custom-file {
height: 100%;
}
- .custom-file-input ~ .custom-file-label {
- background-color: transparent;
+.custom-file-input ~ .custom-file-label {
+ background-color: transparent;
border: 1px dashed $text-tretiatry;
box-sizing: border-box;
border-radius: $border-radius;
@@ -53,7 +52,6 @@
justify-content: center;
}
-
.custom-file-input ~ .custom-file-label::after {
display: none;
}
@@ -74,4 +72,4 @@
width: 100%;
}
}
-}
+}