From c5674cb9dc914618efcb634128af244a6805cf02 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 8 Jun 2022 17:03:17 -0300 Subject: Removed CSS unused css styles --- static/style.css | 86 -------------------------------------------------------- 1 file changed, 86 deletions(-) diff --git a/static/style.css b/static/style.css index 0d71387..3bbcdee 100644 --- a/static/style.css +++ b/static/style.css @@ -4,7 +4,6 @@ body { max-width: 850px ; margin: auto ; padding: 0 16px ; - margin-bottom: 500px ; scrollbar-color: gray #151515; font-family: sans-serif ; } @@ -164,91 +163,6 @@ button.clear-search:hover { margin: auto ; } -#tag_alcohol:before { content: "🍸" ;} -#tag_americano:before { content: "🇺🇸" ; } -#tag_asiatico:before { content: "🥢" ; } -#tag_australiano:before { content: "🇦🇺" ;} -#tag_austriaco:before { content: "🇦🇹" ;} -#tag_bacon:before { content: "🥓" ; } -#tag_beans:before { content: "🫘" ; } -#tag_beef:before { content: "🐄" ; } -#tag_belgian:before { content: "🇧🇪" ; } -#tag_brazilian:before { content: "🇧🇷" ; } -#tag_bread:before { content: "🍞" ;} -#tag_breakfast:before { content: "🌅" ;} -#tag_broccoli:before { content: "🥦" ;} -#tag_cake:before { content: "🍰" ; } -#tag_cheese:before { content: "🧀" ; } -#tag_chicken:before { content: "🐔" ;} -#tag_chinese:before { content: "🐉" ; } -#tag_chocolate:before { content: "🍫" ; } -#tag_cookies:before { content: "🍪" ;} -#tag_corn:before { content: "🌽" ;} -#tag_curry:before { content: "🍛" ; } -#tag_dessert:before { content: "🍮" ; } -#tag_dominican:before { content: "🇩🇴" ;} -#tag_drink:before { content: "🍹" ;} -#tag_duck:before { content: "🦆" ; } -#tag_dumpling:before { content: "🥟" ;} -#tag_dutch:before { content: "🇳🇱" ;} -#tag_eggs:before { content: "🥚" ; } -#tag_english:before { content: "🏴󠁧󠁢󠁥󠁮󠁧󠁿" ; } -#tag_fasting:before { content: "☦️" ; } -#tag_filipino:before { content: "🇵🇭" ; } -#tag_fish:before { content: "🐟" ; } -#tag_french:before { content: "🇫🇷" ; } -#tag_fruit:before { content: "🍇" ; } -#tag_german:before { content: "🇩🇪" ; } -#tag_greek:before { content: "🇬🇷" ; } -#tag_indian:before { content: "🇮🇳" ; } -#tag_irish:before { content: "🇮🇪" ; } -#tag_israeli:before { content: "🇮🇱" ; } -#tag_italian:before { content: "🇮🇹" ; } -#tag_japanese:before { content: "🇯🇵" ; } -#tag_lebanese:before { content: "🇱🇧" ; } -#tag_lemons:before { content: "🍋" ;} -#tag_liquour:before { content: "🥃" ;} -#tag_lunch:before { content: "🍱" ; } -#tag_mediterranean:before { content: "🫒" ; } -#tag_mexican:before { content: "🇲🇽" ; } -#tag_milk:before { content: "🥛" ; } -#tag_mushrooms:before { content: "🍄" ;} -#tag_pancake:before { content: "🥞" ; } -#tag_pasta:before { content: "🍝" ;} -#tag_pastry:before { content: "🧁" ;} -#tag_peruvian:before { content: "🇵🇪" ;} -#tag_pie:before { content: "🥧" ;} -#tag_pizza:before { content: "🍕" ; } -#tag_polish:before { content: "🇵🇱" ;} -#tag_pork:before { content: "🐖" ;} -#tag_portuguese:before { content: "🇵🇹" ;} -#tag_potato:before { content: "🥔" ; } -#tag_quebec:before { content: "⚜️" ; } -#tag_quick:before { content: "🏃" ; } -#tag_raw:before { content: "🍖" ;} -#tag_rice:before { content: "🍚" ; } -#tag_russian:before { content: "🇷🇺" ;} -#tag_salad:before { content: "🥗" ;} -#tag_sandwich:before { content: "🥪" ;} -#tag_seafood:before { content: "🦐" ; } -#tag_soup:before { content: "🍜" ;} -#tag_sourdough:before { content: "🥖" ;} -#tag_southwest:before { content: "🤠" ; } -#tag_spanish:before { content: "🇪🇸" ; } -#tag_spicy:before { content: "🌶️" ; } -#tag_spread:before { content: "🧈" ; } -#tag_steak:before { content: "🥩" ; } -#tag_stew:before { content: "🍲" ; } -#tag_swedish:before { content: "🇸🇪" ; } -#tag_sweet:before { content: "🍯" ; } -#tag_swiss:before { content: "🇨🇭" ; } -#tag_thai:before { content: "🇹🇭" ;} -#tag_tomato:before { content: "🍅" ;} -#tag_turkey:before { content: "🦃" ; } -#tag_turkish:before { content: "🇹🇷" ; } -#tag_ukrainian:before { content: "🇺🇦" ; } -#tag_vietnamese:before { content: "🇻🇳" ; } -#tag_wine:before { content: "🍷" ; } #tag_hamburguesa:before { content: "🍔" ; } #tag_familiar:before { content: "👪" ; } #tag_pollo:before { content: "🐔" ; } -- cgit v1.2.3