From 4b3f12aaaf3bfcb7c02e8f95d1ef68a4abcf934c Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Wed, 13 Feb 2019 15:42:22 +0530 Subject: blueprint component css Made css changes to blueprint component Issue-ID: CCSDK-975 Change-Id: I6c2b60a1ec5ae4fabbfd476c91d71a499b4b0cd8 Signed-off-by: Arundathi Patil --- .../src/app/feature-modules/blueprint/blueprint.component.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.scss') 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 -- cgit 1.2.3-korg