File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments