File tree 1 file changed +3
-3
lines changed
docs/source/docs/examples 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ title: "Alerts"
44
44
45
45
@component ('_ partials.code-sample', [ 'lang' => 'html'] )
46
46
<div >
47
- <div class =" bg-red text-white font-bold rounded-t px-4 py-2 " >
47
+ <div class =" bg-red text-white font-bold rounded rounded -t px-4 py-2 " >
48
48
Danger
49
49
</div >
50
- <div class =" border border-t-0 border-red-light rounded-b bg-red-lightest px-4 py-3 text-red-dark " >
50
+ <div class =" border border-t-0 border-red-light rounded rounded -b bg-red-lightest px-4 py-3 text-red-dark " >
51
51
<p>Something not ideal might be happening.</p>
52
52
</div >
53
53
</div >
@@ -67,7 +67,7 @@ title: "Alerts"
67
67
### Top Accent Border
68
68
69
69
@component ('_ partials.code-sample', [ 'lang' => 'html'] )
70
- <div class =" bg-teal-lightest border-t-4 border-teal rounded-b text-teal-darkest px-4 py-3 shadow-md " >
70
+ <div class =" bg-teal-lightest border-t-4 border-teal rounded rounded -b text-teal-darkest px-4 py-3 shadow-md " >
71
71
<div class =" flex " >
72
72
<svg class="h-6 w-6 text-teal mr-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.93 17.07A10 10 0 1 1 17.07 2.93 10 10 0 0 1 2.93 17.07zm12.73-1.41A8 8 0 1 0 4.34 4.34a8 8 0 0 0 11.32 11.32zM9 11V9h2v6H9v-4zm0-6h2v2H9V5z"/></svg>
73
73
<div>
You can’t perform that action at this time.
0 commit comments