|
3 | 3 |
|
4 | 4 | <div class="flex-1 p-6"> |
5 | 5 |
|
| 6 | + <section class="text-gray-600 body-font pb-4"> |
| 7 | + <div class="flex flex-wrap -m-4"> |
| 8 | + <div class="xl:w-1/4 md:w-1/2 p-4"> |
| 9 | + <div class="bg-background/50 border border-secondary/10 p-6"> |
| 10 | + <h3 class="tracking-widest text-indigo-500 text-xs font-medium title-font">SUBTITLE</h3> |
| 11 | + <h2 class="text-lg text-gray-900 font-medium title-font mb-4">Chichen Itza</h2> |
| 12 | + </div> |
| 13 | + </div> |
| 14 | + <div class="xl:w-1/4 md:w-1/2 p-4"> |
| 15 | + <div class="bg-background/50 border border-secondary/10 p-6"> |
| 16 | + <h3 class="tracking-widest text-indigo-500 text-xs font-medium title-font">SUBTITLE</h3> |
| 17 | + <h2 class="text-lg text-gray-900 font-medium title-font mb-4">Chichen Itza</h2> |
| 18 | + </div> |
| 19 | + </div> |
| 20 | + <div class="xl:w-1/4 md:w-1/2 p-4"> |
| 21 | + <div class="bg-background/50 border border-secondary/10 p-6"> |
| 22 | + <h3 class="tracking-widest text-indigo-500 text-xs font-medium title-font">SUBTITLE</h3> |
| 23 | + <h2 class="text-lg text-gray-900 font-medium title-font mb-4">Chichen Itza</h2> |
| 24 | + </div> |
| 25 | + </div> |
| 26 | + <div class="xl:w-1/4 md:w-1/2 p-4"> |
| 27 | + <div class="bg-background/50 border border-secondary/10 p-6"> |
| 28 | + <h3 class="tracking-widest text-indigo-500 text-xs font-medium title-font">SUBTITLE</h3> |
| 29 | + <h2 class="text-lg text-gray-900 font-medium title-font mb-4">Chichen Itza</h2> |
| 30 | + </div> |
| 31 | + </div> |
| 32 | + </div> |
| 33 | + </section> |
| 34 | + |
6 | 35 | <!-- Top Bar --> |
7 | 36 | <div class="flex flex-wrap flex-col md:flex-row items-center justify-between mb-6 gap-4"> |
8 | 37 |
|
|
11 | 40 | <input |
12 | 41 | type="text" |
13 | 42 | placeholder="Search by URL" |
14 | | - class="w-full border border-secondary/10 rounded-md px-3 py-2 focus:ring-2 focus:ring-secondary/10 focus:outline-none" |
| 43 | + class="w-full border border-secondary/10 px-3 py-2 focus:ring-2 focus:ring-secondary/10 focus:outline-none" |
15 | 44 | > |
16 | 45 | </div> |
17 | 46 |
|
|
21 | 50 |
|
22 | 51 |
|
23 | 52 | <!-- Monitors Table --> |
24 | | - <div class="bg-white border border-secondary/10 rounded-lg overflow-hidden"> |
| 53 | + <div class="bg-white border border-secondary/10 overflow-hidden"> |
25 | 54 |
|
26 | 55 | <table class="w-full text-sm"> |
27 | 56 |
|
28 | 57 | <!-- Table Header --> |
29 | | - <thead class="bg-gray-50 border-b border-secondary/10 text-gray-600"> |
| 58 | + <thead class="bg-background border-b border-secondary/10 text-gray-600"> |
30 | 59 | <tr> |
31 | 60 | <th class="text-left px-6 py-3 font-medium">Monitor</th> |
32 | 61 | <th class="text-left px-6 py-3 font-medium">Type</th> |
|
42 | 71 | <% if @pulses.any? %> |
43 | 72 | <% @pulses.each do |pulse| %> |
44 | 73 |
|
45 | | - <tr class="hover:bg-gray-50 transition"> |
| 74 | + <tr class="hover:bg-background/40 transition"> |
46 | 75 |
|
47 | 76 | <!-- URL --> |
48 | 77 | <td class="px-6 py-4"> |
|
0 commit comments