summaryrefslogtreecommitdiffstats
path: root/afb-client/app/Frontend/widgets/FormInput/FormInput.scss
diff options
context:
space:
mode:
Diffstat (limited to 'afb-client/app/Frontend/widgets/FormInput/FormInput.scss')
-rw-r--r--afb-client/app/Frontend/widgets/FormInput/FormInput.scss26
1 files changed, 24 insertions, 2 deletions
diff --git a/afb-client/app/Frontend/widgets/FormInput/FormInput.scss b/afb-client/app/Frontend/widgets/FormInput/FormInput.scss
index 37519fd..77aed6e 100644
--- a/afb-client/app/Frontend/widgets/FormInput/FormInput.scss
+++ b/afb-client/app/Frontend/widgets/FormInput/FormInput.scss
@@ -7,11 +7,33 @@
@import "app/ibz-mixins";
-upload-file {
- height: 5rem;
+.upload-file {
display: inline-block;
float: right;
+ height : 5rem;
+ width : 5rem;
+ margin: 0.5rem;
+
img { height: inherit;}
+
+ .ibz-range-slider {
+ height: 10% !important;
+ border-radius: 5px;
+ background-color: lightgrey !important;
+
+ .range-slider-handle {
+ width: 10% !important;
+ height: 100% !important;
+ margin-top: .2rem;
+ background-color: purple !important;
+ }
+
+ .range-slider-active-segment {
+ height: 80% !important;
+ background-color: lightgreen;
+ }
+ }
+
}
input-text {