summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_vspComponentMonitoring.scss
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/resources/scss/modules/_vspComponentMonitoring.scss')
-rw-r--r--openecomp-ui/resources/scss/modules/_vspComponentMonitoring.scss38
1 files changed, 18 insertions, 20 deletions
diff --git a/openecomp-ui/resources/scss/modules/_vspComponentMonitoring.scss b/openecomp-ui/resources/scss/modules/_vspComponentMonitoring.scss
index 14bad18179..867749d8e9 100644
--- a/openecomp-ui/resources/scss/modules/_vspComponentMonitoring.scss
+++ b/openecomp-ui/resources/scss/modules/_vspComponentMonitoring.scss
@@ -1,24 +1,22 @@
-
.vsp-component-monitoring {
- .dropzone {
- &:not(:last-child) {
- padding-bottom: 50px;
- }
+ .dropzone {
+ &:not(:last-child) {
+ padding-bottom: 50px;
+ }
- .monitoring-file {
- display: flex;
- .filename {
- opacity: 1;
- width: auto;
- border-right-style: none;
- }
- .delete {
- display: flex;
- width: 30px;
- justify-content: center;
- align-items: center;
- }
+ .monitoring-file {
+ display: flex;
+ .filename {
+ opacity: 1;
+ width: auto;
+ border-right-style: none;
+ }
+ .delete {
+ display: flex;
+ width: 30px;
+ justify-content: center;
+ align-items: center;
+ }
+ }
}
- }
-
}