fix: move setting-bar style to global css (#102)
This commit is contained in:
@@ -27,10 +27,3 @@ const model = defineModel<boolean>()
|
||||
</Transition>
|
||||
</label>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.setting-bar {
|
||||
--at-apply: transition-all ease-in-out duration-250 w-full flex items-center justify-between rounded-lg px-4 py-3
|
||||
outline-none;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -34,3 +34,8 @@ html.dark {
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
.setting-bar {
|
||||
--at-apply: transition-all ease-in-out duration-250 w-full flex items-center justify-between rounded-lg px-4 py-3
|
||||
outline-none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user