File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/tailwindcss-stubs/resources Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" flex flex-col break-words bg-white border border-2 rounded shadow-md" >
3
- <div class =" font-semibold bg-gray-100 text-gray-700 py-3 px-6 mb-0 shadow-inner " >
3
+ <div class =" font-semibold bg-gray-100 text-gray-700 py-3 px-6 mb-0" >
4
4
Example Component</div >
5
5
<div class =" w-full p-6" >
6
6
<p class =" text-gray-700" >
Original file line number Diff line number Diff line change 13
13
14
14
<div class =" flex flex-col break-words bg-white border border-2 rounded shadow-md" >
15
15
16
- <div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 shadow-inner " >
16
+ <div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0" >
17
17
{{ __ (' Reset Password' ) } }
18
18
</div >
19
19
Original file line number Diff line number Diff line change 6
6
<div class =" w-full max-w-sm" >
7
7
<div class =" flex flex-col break-words bg-white border border-2 rounded shadow-md" >
8
8
9
- <div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0 shadow-inner " >
9
+ <div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0" >
10
10
{{ __ (' Reset Password' ) } }
11
11
</div >
12
12
You can’t perform that action at this time.
0 commit comments