feat: Modification des couleurs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-05 16:16:20 +02:00
parent 85b67b4a2d
commit 0ff3a5fe52
18 changed files with 70 additions and 88 deletions

View File

@ -12,7 +12,7 @@ $size-news: 100px
.picture
width: $size-news
height: $size-news
background: $orange
background: var(--color-orange)
flex-shrink: 0
@media screen and (max-width: $size-sm)
margin-bottom: 1rem
@ -35,7 +35,7 @@ $size-news: 100px
width: 100%
.details
padding: 20px
background: $grey
background: var(--color-grey)
height: $size-la-une
overflow: hidden
text-overflow: ellipsis