diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-21 13:23:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-21 13:23:18 +0000 |
commit | d63aef3d2443847be38e41f3ab2b4c33d9a78a54 (patch) | |
tree | b07f81a78c594f6f2f6ffb7d1f69e4c03c84d697 /cds-ui/client | |
parent | a5bdd91eaf12ef2d9041bfb0ce3c177490eda77c (diff) | |
parent | 16ec270130d3b8001a14c896c4581e1f472b37de (diff) |
Merge "Select Template css changes"
Diffstat (limited to 'cds-ui/client')
-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 |