Save
This commit is contained in:
@@ -1 +1 @@
|
||||
p:last-child{margin-bottom:0}/*# sourceMappingURL=custom.css.map */
|
||||
p:last-child{margin-bottom:0}.tile-title .elementor-icon-list-item{-moz-column-gap:12px;column-gap:12px}.tile-title .elementor-icon-list-icon{line-height:0;padding:10px !important;border-radius:.75rem;background:rgba(238,43,140,.1)}.tile-title svg{margin:0 !important}.tile-title svg path{stroke:#ee2b8c}.tile-title .elementor-icon-list-text{padding-left:0 !important;color:#1d2330;font-size:1.25rem;line-height:1.5;font-weight:700 !important;letter-spacing:-0.025em}.vakmanschap-tile{position:relative;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.vakmanschap-tile::before{content:"";position:absolute;inset:0;width:100%;height:100%;border:none;opacity:0;background:linear-gradient(135deg, rgba(238, 43, 140, 0.05), rgba(249, 140, 31, 0.05));transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.vakmanschap-tile:hover{border-color:rgba(238,43,140,.2) !important;box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:translateY(-0.25rem)}.vakmanschap-tile:hover::before{opacity:1}.vakmanschap-tile:hover .elementor-widget-image img{transform:scale(1.1)}.vakmanschap-tile:hover .elementor-widget-button .elementor-button-content-wrapper{gap:10px}.vakmanschap-tile .elementor-widget-image{position:relative;overflow:hidden;border-radius:.75rem}.vakmanschap-tile .elementor-widget-image img{transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.vakmanschap-tile .elementor-widget-button .elementor-button-content-wrapper{transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}/*# sourceMappingURL=custom.css.map */
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AACC,aACC,eAAA","file":"custom.css"}
|
||||
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AACC,aACC,eAAA,CAKD,sCACC,oBAAA,CAAA,eAAA,CAGD,sCACC,aAAA,CACA,uBAAA,CACA,oBAAA,CACA,8BAAA,CAED,gBACC,mBAAA,CAEA,qBACC,cAAA,CAIF,sCACC,yBAAA,CAEA,aAAA,CACA,iBAAA,CACA,eAAA,CACA,0BAAA,CACA,uBAAA,CAIF,kBACC,iBAAA,CACA,+CAAA,CAEA,0BACC,UAAA,CACA,iBAAA,CACA,OAAA,CACA,UAAA,CACA,WAAA,CACA,WAAA,CACA,SAAA,CACA,sFAAA,CAKA,+CAAA,CAED,wBACC,2CAAA,CACA,6GACC,CAID,8BAAA,CAEA,gCACC,SAAA,CAIA,oDACC,oBAAA,CAID,mFACC,QAAA,CAKH,0CACC,iBAAA,CACA,eAAA,CACA,oBAAA,CAEA,8CACC,+CAAA,CAKD,6EACC,+CAAA","file":"custom.css"}
|
||||
@@ -3,3 +3,94 @@ p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.tile-title {
|
||||
.elementor-icon-list-item {
|
||||
column-gap: 12px;
|
||||
}
|
||||
|
||||
.elementor-icon-list-icon {
|
||||
line-height: 0;
|
||||
padding: 10px !important;
|
||||
border-radius: 0.75rem;
|
||||
background: rgba(238, 43, 140, 0.1);
|
||||
}
|
||||
svg {
|
||||
margin: 0 !important;
|
||||
|
||||
path {
|
||||
stroke: #ee2b8c;
|
||||
}
|
||||
}
|
||||
|
||||
.elementor-icon-list-text {
|
||||
padding-left: 0 !important;
|
||||
|
||||
color: #1d2330;
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.5;
|
||||
font-weight: 700 !important;
|
||||
letter-spacing: -0.025em;
|
||||
}
|
||||
}
|
||||
|
||||
.vakmanschap-tile {
|
||||
position: relative;
|
||||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
opacity: 0;
|
||||
background: linear-gradient(
|
||||
135deg,
|
||||
rgba(238, 43, 140, 0.05),
|
||||
rgba(249, 140, 31, 0.05)
|
||||
);
|
||||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
&:hover {
|
||||
border-color: rgb(238, 43, 140, 0.2) !important;
|
||||
box-shadow:
|
||||
0 0 #0000,
|
||||
0 0 #0000,
|
||||
0 20px 25px -5px rgb(0 0 0 / 0.1),
|
||||
0 8px 10px -6px rgb(0 0 0 / 0.1);
|
||||
transform: translateY(-0.25rem);
|
||||
|
||||
&::before {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.elementor-widget-image {
|
||||
img {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
.elementor-widget-button {
|
||||
.elementor-button-content-wrapper {
|
||||
gap: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.elementor-widget-image {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 0.75rem;
|
||||
|
||||
img {
|
||||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
}
|
||||
|
||||
.elementor-widget-button {
|
||||
.elementor-button-content-wrapper {
|
||||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user