ajout des images sur les services
This commit is contained in:
parent
9737caff99
commit
cdb70ca5ea
7 changed files with 19 additions and 2 deletions
|
|
@ -84,6 +84,8 @@
|
|||
background: var(--color-accent-600);
|
||||
border: 1px solid var(--color-accent-100, #ffe4d6);
|
||||
box-shadow: inset 0 0 0 2px rgba(255, 107, 53, 0.08);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.feature__title {
|
||||
|
|
@ -144,6 +146,8 @@
|
|||
background: var(--color-accent-50, #fff4ec);
|
||||
border: 1px solid var(--color-accent-100, #ffe4d6);
|
||||
box-shadow: inset 0 0 0 2px rgba(255, 107, 53, 0.08);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.feature__title {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue