summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2021-01-19 14:48:34 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-19 14:48:34 +0000
commitb524bf9ec0f688e30a24f65758fd014e1e3aedce (patch)
treee704fd0b9609fa7052b1f5ce3ad38aba9e2cd51c /cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css
parentaad03d4d502162bd437c6d05bd407b580edea68c (diff)
parentf2db59d3c71522e9369012f27d13ffea61105c74 (diff)
Merge "Modify Data Dictionary style and add source option items"
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css44
1 files changed, 26 insertions, 18 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css
index f02bd233d..bae7ea0ba 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css
@@ -17,21 +17,29 @@
* limitations under the License.
* ============LICENSE_END=========================================================
*/
-.edit-button{
- color:white;
- background:#1B3E6F;
- margin-right: 60px;
- border: none;
- width: 80px;
- height: 20px;
- margin-top: 25px;
- font-size: 10px;
- padding-left:5px;
- padding-top: 3px;
- }
- .ed{
- justify-content: space-between;
- }
- .single-line-model{
- margin:20px;
- } \ No newline at end of file
+.tab-pane{
+ padding-top: 20px;
+}
+.edit-button,
+.edit-button:hover,
+.edit-button.edit-button.active{
+ position: absolute;
+ right: 15px;
+ height: 38px;
+ margin-top: 12px;
+ padding: 0 15px !important;
+ color: #fff !important;
+ background:#1B3E6F;
+ line-height: 38px;
+ border-top-left-radius: 3px;
+ border-top-right-radius: 3px;
+}
+.edit-button.active{
+ background:#5DBDBA !important;
+}
+.edit-button::before{
+ content: '';
+}
+.single-line-model{
+ margin:20px;
+} \ No newline at end of file