wip
This commit is contained in:
parent
9212cdb015
commit
13a3c1c866
28 changed files with 154 additions and 204 deletions
16
assets/less/components/note.less
Normal file
16
assets/less/components/note.less
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.note {
|
||||
@apply .bg-blue-lighter;
|
||||
@apply .border-blue;
|
||||
@apply .border-l-4;
|
||||
@apply .mb-4;
|
||||
@apply .p-4;
|
||||
@apply .rounded;
|
||||
|
||||
& > *:last-child {
|
||||
@apply .mb-0;
|
||||
}
|
||||
|
||||
p a {
|
||||
@apply .text-black;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue