Skip to content

Commit 01e0fd4

Browse files
Update custom.scss
1 parent 6b19bea commit 01e0fd4

1 file changed

Lines changed: 6 additions & 19 deletions

File tree

_sass/custom/custom.scss

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
// Icons
22

3-
.nic-table {
4-
display: table;
5-
width: 100%; /* Optional: Adjust the width as necessary */
6-
}
7-
8-
.nic-table-row {
9-
display: table-row;
10-
}
11-
12-
.nic-table-cell {
13-
display: table-cell;
14-
vertical-align: middle; /* Aligns the content vertically */
15-
padding: 4px 8px; /* Adds some spacing between cells */
16-
}
17-
18-
.nic-table-cell img {
19-
filter: grayscale(50%) brightness(0.4); /* Applies dark gray styling */
20-
width: 20px; /* Custom width for the image */
21-
height: 20px; /* Custom height for the image */
3+
.nic {
4+
vertical-align: middle; /* Aligns the icon with the text */
5+
filter: grayscale(50%) brightness(0.4); /* Applies styling like dark gray */
6+
width: 20px; /* Adjust size as needed */
7+
height: 20px;
8+
margin-right: 4px; /* Adds space between the icon and text */
229
}

0 commit comments

Comments
 (0)