aboutsummaryrefslogtreecommitdiffstats
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:
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