From 77a71912c55239b61567bf7109392963231a12d9 Mon Sep 17 00:00:00 2001 From: mac Date: Mon, 18 Mar 2024 22:28:59 +0300 Subject: [PATCH] Fix: update styles.css --- .../food_trucks/static/src/styles.css | 42 ------------------- 1 file changed, 42 deletions(-) diff --git a/food_truck_finder/food_trucks/static/src/styles.css b/food_truck_finder/food_trucks/static/src/styles.css index 2c5641a..246da5b 100644 --- a/food_truck_finder/food_trucks/static/src/styles.css +++ b/food_truck_finder/food_trucks/static/src/styles.css @@ -748,34 +748,6 @@ video { height: 100vh; } -.h-1\/2 { - height: 50%; -} - -.h-auto { - height: auto; -} - -.h-\[\] { - height: ; -} - -.h-\[\#\] { - height: #; -} - -.h-\[100\] { - height: 100; -} - -.h-\[100v\] { - height: 100v; -} - -.h-\[100vh\] { - height: 100vh; -} - .w-10 { width: 2.5rem; } @@ -800,11 +772,6 @@ video { width: 100%; } -.w-fit { - width: -moz-fit-content; - width: fit-content; -} - .max-w-80 { max-width: 20rem; } @@ -941,10 +908,6 @@ video { border-width: 2px; } -.border { - border-width: 1px; -} - .border-b { border-bottom-width: 1px; } @@ -958,11 +921,6 @@ video { border-color: rgb(226 232 240 / var(--tw-border-opacity)); } -.border-slate-500 { - --tw-border-opacity: 1; - border-color: rgb(100 116 139 / var(--tw-border-opacity)); -} - .bg-\[\#f0f0f0\] { --tw-bg-opacity: 1; background-color: rgb(240 240 240 / var(--tw-bg-opacity));