Skip to content

Commit a76caf1

Browse files
author
Vivek Vishal
authored
add .newBadge styles
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 32792e0 commit a76caf1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/sections/Community/Newcomers-guide/Tutorials-table/TutorialsTable.style.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,14 @@ export const TutorialsTableWrapper = styled.div`
3434
}
3535
}
3636
}
37+
.newBadge {
38+
display: flex;
39+
align-items: center;
40+
justify-content: center;
41+
gap: 6px;
42+
img {
43+
height: 26px;
44+
width: auto;
45+
}
46+
}
3747
`;

0 commit comments

Comments
 (0)