Made some changes to the alert and regular card, still nothing big there.
Finally fixed the damn subnav components for the profile page so that's back in progress.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<script setup>
|
||||
import { Icon } from '@iconify/vue'
|
||||
</script>
|
||||
|
||||
<script>
|
||||
export const Alert = {
|
||||
import { Icon } from '@iconify/vue'
|
||||
|
||||
export default {
|
||||
name: 'Alert',
|
||||
props: {
|
||||
icon: String,
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<template>
|
||||
<div class="card">
|
||||
|
||||
<h1 class="bg-gray-dark rounded-xl w-fit p-5">HELLO</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<style>
|
||||
.card {
|
||||
background-color: #ffffff;
|
||||
color: var(--white);
|
||||
padding: 0 10px;
|
||||
margin: 10px;
|
||||
|
||||
Reference in New Issue
Block a user