Skip to content

Commit 2544e3b

Browse files
iconmenu.css
1 parent b655e2c commit 2544e3b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.header-image, .image-icon-item {
2+
width: 56px;
3+
height: 56px;
4+
object-fit: contain;
5+
margin-right: 1rem;
6+
}
7+
8+
.header-title {
9+
font-size: 20px;
10+
}
11+
12+
a.list-group-item {
13+
display: flex;
14+
align-items: center;
15+
}
16+
17+
.image-icon-title {
18+
color: #01b8f2;
19+
font-weight: bold;
20+
}

0 commit comments

Comments
 (0)