Use SugarSS
This commit is contained in:
parent
597b3d047a
commit
7319a7a940
22 changed files with 105 additions and 122 deletions
11
resources/css/components/note.sss
Normal file
11
resources/css/components/note.sss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.note
|
||||
@apply bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded
|
||||
|
||||
> *:not(:first-child)
|
||||
@apply mt-6
|
||||
|
||||
p a
|
||||
@apply text-black underline
|
||||
|
||||
&:hover
|
||||
@apply no-underline
|
||||
Loading…
Add table
Add a link
Reference in a new issue