Commit e230412 1 parent 295b0a4 commit e230412 Copy full SHA for e230412
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 9
9
@blur =" closeOnBlur"
10
10
>
11
11
<div
12
- class =" flex h-8 w-8 items-center justify-center border-e border-e-light border-opacity-40 text-primary "
12
+ class =" border-e-light border-opacity-40 text-primary flex h-8 w-8 items-center justify-center border-e"
13
13
>
14
14
<Icon icon =" Calendar" class =" h-5 w-5" :inline =" true" />
15
15
</div >
65
65
</label >
66
66
</fieldset >
67
67
<PkpButton @click =" applyCustomRange" >{{ applyLabel }}</PkpButton >
68
- <div v-if =" errorMessage" class =" pt-2 text-base-normal" >
68
+ <div v-if =" errorMessage" class =" text-base-normal pt-2 " >
69
69
<Icon icon =" Error" class =" me-1 h-5 w-5" :inline =" true" />
70
70
<span class =" align-middle" v-html =" errorMessage" />
71
71
</div >
@@ -421,6 +421,7 @@ export default {
421
421
422
422
<style lang="less">
423
423
@import ' ../../styles/_import' ;
424
+ @reference ' ../../../tailwind.config.css' ;
424
425
425
426
.pkpDateRange {
426
427
position : relative ;
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" min-h-screentext-base-normal me-3 ms-5 text-base-normal " >
2
+ <div class =" min-h-screentext-base-normal text-base-normal ms-5 me-3 " >
3
3
<div class =" " >
4
4
<span >
5
- <h1 class =" flex-inline items-center gap-4 py-6 text-5xl-bold " >
5
+ <h1 class =" flex-inline text-5xl-bold items-center gap-4 py-6" >
6
6
{{
7
7
`${store.currentView.name} (${store.submissionsPagination.itemCount})`
8
8
}}
@@ -115,6 +115,8 @@ const store = useDashboardPageStore(props);
115
115
</script >
116
116
117
117
<style >
118
+ @reference '../../../tailwind.config.css';
119
+
118
120
.pkp_page_dashboard {
119
121
@apply min-w-max ;
120
122
}
You can’t perform that action at this time.
0 commit comments