Skip to content

Commit e30311d

Browse files
committed
nothing
1 parent 5c4518a commit e30311d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/large-action-card/large-action-card.component.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.lgcard {
1+
.lgcard {
22
background-color: #f8f8f8;
33
border-radius: 3px;
44
overflow: hidden;
@@ -8,6 +8,7 @@
88
transition: box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
99
}
1010

11+
1112
.ed-paper{
1213
outline: none;
1314
background: white;

src/app/large-action-card/large-action-card.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<div class="row">
32
<div class="col-xs-6">
43
<div id="{{id}}"class="lgcard">

0 commit comments

Comments
 (0)