diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-02-13 15:42:22 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-02-13 15:42:45 +0530 |
commit | 4b3f12aaaf3bfcb7c02e8f95d1ef68a4abcf934c (patch) | |
tree | 226b2a4425febc1971831e43116ddc0419555482 | |
parent | ad2884574d3aa59be58de627de9d035bde98eb4d (diff) |
blueprint component css
Made css changes to blueprint component
Issue-ID: CCSDK-975
Change-Id: I6c2b60a1ec5ae4fabbfd476c91d71a499b4b0cd8
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss index 22941b5fa..1c0c05a54 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss @@ -17,4 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END============================================ -*/
\ No newline at end of file +*/ + +.mat-card { + padding: 0px !important; +}
\ No newline at end of file |