From 5261e1aea89f6cd54d66a56c7068d40dd29ef039 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Jan 2025 10:40:51 +0100 Subject: [PATCH] refactoring --- resources/css/app.css | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index a4aabe7..b88c47d 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -3,7 +3,40 @@ @import "tailwindcss/utilities"; */ /* @import url("css/font.css"); */ @import "./base/font.css"; -@import "./base.css"; +@import "./editor/editor.css"; + +@import "./portfolio/single-portfolio.css"; +@import "./pages/portfolio.css"; + +@import "./blocks/portfolio-header.css"; +@import "./blocks/gallery-website-screens.css"; +@import "./blocks/chapter-section.css"; +@import "./blocks/simple-screen.css"; + +.case-button { + @apply w-fit bg-red-500 px-6 py-2 rounded-full text-white block mt-6; + transition: transform 0.3s ease-in-out; + text-decoration: none !important ; + + &:hover { + transform: translateX(2px); + } +} +.project-type { + &--print { + .case-button { + @apply bg-deli-purple; + } + } + &--video, + &--web { + .case-button { + @apply bg-deli-blue !text-white text-sm; + font-family: "Montserrat", sans-serif; + font-weight: 600; + } + } +} body, * {