From 7a7708328fddfbc184a3f3227717327438ac6517 Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 3 Jul 2024 13:33:05 +0400 Subject: [PATCH] favicon --- app/assets/images/favicon.ico | Bin 0 -> 618 bytes .../stylesheets/application.tailwind.css | 1 - .../stylesheets/tailwind/navbar.tailwind.css | 24 ------------------ app/views/layouts/_navbar.html.erb | 13 ++-------- app/views/layouts/_notification.html.erb | 1 - app/views/layouts/application.html.erb | 6 +++-- 6 files changed, 6 insertions(+), 39 deletions(-) create mode 100644 app/assets/images/favicon.ico delete mode 100644 app/assets/stylesheets/tailwind/navbar.tailwind.css diff --git a/app/assets/images/favicon.ico b/app/assets/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..d0a638abac299f99a840d9e65ff37d05f87a35cf GIT binary patch literal 618 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a>7_o#qwTC`x|wI^3!Ug>Io8g4bpnHjqi$h@ z!sUL(v)#-Kiv>=0vYhK-nw%vnsARXTp6hrA3yYNVhH9QuUCfpiM!fP4Tk5#3O<)M~ z(2!KKX-JU1*vELfi+Mqjpn#&il$y=HX7! zeg+YcIW)DPqj<)(94!RZ=M*si+cXgk?0vH60B|(0{ z3=Yq3q=7g|-tI0TPnbKF0y!5vT^vIsF30x24m#w()4Kg;*Bz~rZmuao(IUJF8yXfl z9p!FXAu{26z4+xr`saL%PMWJ5TRO>jB{McWx%7A@qrSVQgDnZv0Zz5F>MUC;O$ zHhC>ifBw|#Y5?biva>69i_g2iqeu6RN37}I*V0GAb|)J%Ox@?Y=v}M>hu1Ony=;LO zF-aqY42qv8ijyB2S})WQ{C^GSVuzRTC|{L(G6tmbdt`FZP)d1vdpgjibk zpU&87W*+!uyKIx5Me|9oSu8VC8fz`y{W-qyA7jrQ(Yg7@-SU8bWAJqKb6Mw<&;$TJ C0N6SJ literal 0 HcmV?d00001 diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index f1c30b1..3b99267 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -9,5 +9,4 @@ * The .css suffix might be omitted! */ @import "tailwind/main.tailwind"; -@import "tailwind/navbar.tailwind"; diff --git a/app/assets/stylesheets/tailwind/navbar.tailwind.css b/app/assets/stylesheets/tailwind/navbar.tailwind.css deleted file mode 100644 index 661344d..0000000 --- a/app/assets/stylesheets/tailwind/navbar.tailwind.css +++ /dev/null @@ -1,24 +0,0 @@ -nav { - @apply mb-4 text-red-300 bg-gradient-to-r from-color-primary to-color-secondary; - - p { - background-color: aqua; - } - - - p:hover { - background-color: blueviolet; - } - - &:hover p { - background-color: green; - } - - span { - @apply bg-gradient-to-r from-color-primary to-color-secondary text-black sm:rounded-t-lg p-4; - } -} - -p { - background-color: yellow; -} \ No newline at end of file diff --git a/app/views/layouts/_navbar.html.erb b/app/views/layouts/_navbar.html.erb index 14d7324..08bdbad 100644 --- a/app/views/layouts/_navbar.html.erb +++ b/app/views/layouts/_navbar.html.erb @@ -1,13 +1,4 @@ -