Skip to content

Commit 908cb2e

Browse files
committed
New close button and some margin for text.
1 parent 6935aa0 commit 908cb2e

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

src/components/cards/card.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
flex-direction: row;
115115
}
116116

117+
.header-buttons img {
118+
margin-bottom: 2px;
119+
}
120+
117121
.shrink-expand-button {
118122
cursor: pointer;
119123
color: white;
@@ -212,7 +216,7 @@
212216
}
213217

214218
.close-icon {
215-
height: 1rem;
219+
height: 1.25rem;
216220
margin: .125rem 0; /* To offset the .25rem difference in icon size */
217221
}
218222

@@ -224,6 +228,7 @@
224228
margin-left: 0.25rem;
225229
}
226230

231+
227232
[dir="ltr"] .close-icon {
228233
margin-left: 0.25rem;
229234
}

src/components/cards/icon--close.svg

Lines changed: 6 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)