Select Template css changes 67/82767/1
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 20 Mar 2019 07:55:14 +0000 (13:25 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Wed, 20 Mar 2019 07:55:21 +0000 (13:25 +0530)
Add css changes to buttons in select template component

Issue-ID: CCSDK-1098
Change-Id: Id56bfaad1627a5cce2a13eb78155ecdd4a8876b8
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss

index 931e1d4..37d1feb 100644 (file)
@@ -25,14 +25,12 @@ limitations under the License.
     margin-top: 10px;
     position: absolute;
     margin-bottom: 5px;
-    border-radius: 2em;
+    border-radius: 4px;    
+    min-width: 6em;
+    cursor: pointer;
 }
 
 .matStepContent {
     margin-top: 15px !important;
     margin-bottom: 20px !important;
-}
-
-// .mat-vertical-content {
-//     margin: 10px !important;
-// }
\ No newline at end of file
+}
\ No newline at end of file