New page
This commit is contained in:
56
wp-content/themes/ostal_WP/ostal-front/src/scss/index.css
Normal file
56
wp-content/themes/ostal_WP/ostal-front/src/scss/index.css
Normal file
@@ -0,0 +1,56 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@layer components {
|
||||
.btn {
|
||||
@apply font-semibold text-xl;
|
||||
}
|
||||
.btn-blue {
|
||||
@apply bg-blue text-white pl-10 pr-10 p-6 mt-3 mb-3;
|
||||
}
|
||||
.btn-cta {
|
||||
@apply bg-blue text-white text-left;
|
||||
}
|
||||
.gallery-item {
|
||||
@apply block bg-cover bg-blue w-full pb-64 sm:w-6/12 md:w-4/12 md:pb-56 lg:w-3/12 lg:h-52 xl:w-4/12 xl:pb-80 2xl:pb-96 border-8 border-white cursor-pointer transition transform hover:opacity-90;
|
||||
}
|
||||
}
|
||||
@layer utilities {
|
||||
.feature-box {
|
||||
@apply border-l-2;
|
||||
}
|
||||
.feature-box::before {
|
||||
content: "";
|
||||
width: 45%;
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
display: block;
|
||||
left: 0;
|
||||
top: 0;
|
||||
@apply sm:hidden bg-white;
|
||||
}
|
||||
.swiper-container {
|
||||
@apply xl:h-930;
|
||||
}
|
||||
.swiper-button-next:after {
|
||||
display: none;
|
||||
}
|
||||
.recent-realizations-item {
|
||||
@apply flex flex-col bg-cover w-full pb-64 sm:w-6/12 md:w-1/3 md:pb-56 lg:w-1/3 lg:pb-80 xl:w-4/12 xl:pb-80 2xl:pb-96 border-8 border-white relative hover:opacity-90 mb-14;
|
||||
}
|
||||
.recent-realizations-item p {
|
||||
opacity: 0;
|
||||
}
|
||||
.recent-realizations-item:hover p {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.page-template-default h2 {
|
||||
@apply mb-7 mt-7;
|
||||
}
|
||||
.page-template-default ul, .page-template-default ol {
|
||||
@apply list-disc mb-7;
|
||||
}
|
||||
.page-template-default li {
|
||||
@apply ml-7;
|
||||
}/*# sourceMappingURL=index.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["index.scss","index.css"],"names":[],"mappings":"AAAA,cAAA;AACA,oBAAA;AACA,mBAAA;AAIA;EACE;IACE,4BAAA;ECFF;EDKA;IACE,mDAAA;ECHF;EDMA;IACE,mCAAA;ECJF;EDOA;IACE,iMAAA;ECLF;AACF;ADQA;EACE;IACE,iBAAA;ECNF;EDQE;IACE,WAAA;IACA,UAAA;IACA,WAAA;IACA,kBAAA;IACA,cAAA;IACA,OAAA;IACA,MAAA;IACA,yBAAA;ECNJ;EDUA;IACE,eAAA;ECRF;EDWA;IACE,aAAA;ECTF;EDYA;IACE,2KAAA;ECVF;EDYE;IACE,UAAA;ECVJ;EDcI;IACE,UAAA;ECZN;AACF;ADqBE;EACE,gBAAA;ACnBJ;ADsBE;EACE,qBAAA;ACpBJ;ADuBE;EACE,WAAA;ACrBJ","file":"index.css"}
|
||||
Reference in New Issue
Block a user