X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fassets%2Fscss%2Fapp.scss;h=337d6aada9dda81c6d2982dccbcb95d2f1b66d47;hb=refs%2Ftags%2Fv15.0.1;hp=1f7ce6c486bcb1484674a65d1c6e591cfdac4e11;hpb=4a7a542839c9ed7b6b6118c9faae0bc5d274494f;p=osm%2FNG-UI.git diff --git a/src/assets/scss/app.scss b/src/assets/scss/app.scss index 1f7ce6c..337d6aa 100644 --- a/src/assets/scss/app.scss +++ b/src/assets/scss/app.scss @@ -16,9 +16,11 @@ Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in) */ /** Styles for the application **/ +@use "sass:math"; + @import "../../assets/scss/mixins/mixin"; @import "../../assets/scss/variable"; -$customnavbar-padding-x: ($spacer / 0.5) !default; +$customnavbar-padding-x: math.div($spacer, 0.5) !default; * { outline: 0; } @@ -150,7 +152,7 @@ body { padding-right: 0px; } .mandatory-label { - @include font(null, 10px, null); + @include font(null, 11px, null); } .dropzone { min-height: 50px; @@ -264,10 +266,11 @@ body { overflow-y: scroll; } } - .resources-chart-popover{ + .resources-chart-popover { max-width: 60% !important; + width: 600px !important; @include font-family("Roboto"); - .popover-body{ + .popover-body { max-height: 60vh; overflow-y: scroll; } @@ -855,3 +858,34 @@ body { border: none; } } + +/****************************************************************************/ +/************************** HEALING STYLE ***********************************/ +/****************************************************************************/ + +app-healing { + .card { + border-radius: 15px; + width: auto; + height: auto; + margin-bottom: 5px; + } + + .card-body { + flex: 1 1 auto; + min-height: 1px; + padding: 5px; + } + + .form-group { + margin-bottom: 1px; + } + + .col-sm-1 { + bottom: 20px; + } + + .col-5 { + left: 79px; + } +}