diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-03-20 13:25:14 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-03-20 13:25:21 +0530 |
commit | 16ec270130d3b8001a14c896c4581e1f472b37de (patch) | |
tree | 15551dd6b7845314d69ce6bd0796345bdcf696ad /cds-ui/client/src/app/feature-modules | |
parent | cfd5cf0ed7dec66165a217833c7d7ce243f3c3a1 (diff) |
Select Template css changes
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>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss index 931e1d445..37d1feb7f 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.component.scss @@ -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 |