homegrade_blocks_production/blocks/chapitrage-thematique/src/style.scss

42 lines
787 B
SCSS

.homegrade-blocks-chapitrage-thematique {
.homegrade-blocks-chapitre-thematique {
&__cover {
max-width: 250px;
display: flex;
justify-content: center;
align-items: center;
}
.block-editor-media-placeholder {
margin-bottom: 30px;
}
}
.homegrade-blocks-lien-chapitre {
padding: 20px;
margin: 40px 0;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
.truc {
position: absolute;
content: var(--tw-content);
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
&__title {
font-weight: 700;
}
&__cta {
display: flex;
align-items: center;
justify-content: space-between;
.cta_arrow_button {
transition: transform 0.3s ease-in-out;
}
&:hover .cta_arrow_button {
transform: translateX(4px);
}
}
}
}