AAE-34902 Updating styles for input controls to maintain the ui consistency with studio hxp (#10900)

* AAE-34902 updating styles for input controls to maintain the ui consistency with studio-hxp

* AAE-34902 changing class prefix-names from hxp to adf

* AAE-34902 float level conditional on placeholder

* AAE-34902 fixing the placeholder in text-widgets

* AAE-34902 fixing the left and right side margins on workspace forms
This commit is contained in:
Soumyajit Chakraborty
2025-06-17 15:40:20 +05:30
committed by GitHub
parent 3126c869b5
commit 27502d5d67
12 changed files with 17 additions and 20 deletions

View File

@@ -94,6 +94,13 @@
}
}
}
&-container {
.adf-form-container-card-content {
padding-left: 1%;
padding-right: 1%;
}
}
}
&-sidebars {