Add and use sugarss
This commit is contained in:
parent
906e4c1938
commit
ab6e0d2df5
16 changed files with 81 additions and 111 deletions
|
@ -1,15 +1,11 @@
|
|||
.note {
|
||||
@apply bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded;
|
||||
.note
|
||||
@apply bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded
|
||||
|
||||
> *:not(:first-child) {
|
||||
> *:not(:first-child)
|
||||
@apply mt-6
|
||||
}
|
||||
|
||||
p a {
|
||||
@apply text-black underline;
|
||||
p a
|
||||
@apply text-black underline
|
||||
|
||||
&:hover {
|
||||
&:hover
|
||||
@apply no-underline
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue