feat: simplify icons + dry feed styles
This commit is contained in:
parent
63d90878bb
commit
8c53392c21
43 changed files with 290 additions and 539 deletions
18
tailwind.css
18
tailwind.css
|
@ -108,15 +108,27 @@ code[class*=language-], pre[class*=language-] {
|
|||
stroke-width: 1.4;
|
||||
}
|
||||
|
||||
.icon--bold [data-tablericon-name] {
|
||||
.icon--h-20 > svg {
|
||||
@apply h-5;
|
||||
}
|
||||
|
||||
.icon--h-24 > svg {
|
||||
@apply h-6;
|
||||
}
|
||||
|
||||
.icon--h-28 > svg {
|
||||
@apply h-6;
|
||||
}
|
||||
|
||||
.icon--bold > svg {
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.link--icon svg {
|
||||
.link--icon > svg {
|
||||
color: theme(colors.gray.700)
|
||||
}
|
||||
|
||||
.link--icon:hover svg {
|
||||
.link--icon:hover > svg {
|
||||
color: theme(colors.purple.500)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue