[TASK] refactor code and add base css components
This commit is contained in:
9
frontend/scss/components/_links.scss
Normal file
9
frontend/scss/components/_links.scss
Normal file
@ -0,0 +1,9 @@
|
||||
.link {
|
||||
&-primary {
|
||||
@apply text-primary-600 hover:text-primary-900 underline;
|
||||
}
|
||||
|
||||
&-dark {
|
||||
@apply text-primary-900 hover:text-primary-950 underline;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user