tailwind
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="text-uppercase fw-semibold header text-body-secondary">
|
||||
<div class="text-sm font-semibold uppercase text-secondary">
|
||||
<slot name="header"></slot>
|
||||
</div>
|
||||
<slot name="items"></slot>
|
||||
</div>
|
||||
</template>
|
||||
<style scoped>
|
||||
.header {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user