feat: Ajout de l'infolettre
This commit is contained in:
@ -76,15 +76,36 @@ a
|
||||
text-align: center
|
||||
padding: 2rem
|
||||
|
||||
a
|
||||
a, input
|
||||
padding: 1rem
|
||||
background-color: $color-primary
|
||||
color: white
|
||||
text-decoration: none
|
||||
border: 0
|
||||
font-size: 1.2rem
|
||||
|
||||
&:hover
|
||||
background: $color-secondary
|
||||
|
||||
.infolettre
|
||||
input[type="text"], input[type="email"]
|
||||
border-radius: .3rem
|
||||
border: 2px solid $color-primary
|
||||
padding: .5rem
|
||||
margin-top: .5rem
|
||||
margin-bottom: .5rem
|
||||
|
||||
.full
|
||||
input
|
||||
width: 45%
|
||||
@media screen and (max-width: 600px)
|
||||
width: calc(100% - 1rem - 4px)
|
||||
&+input
|
||||
float: right
|
||||
|
||||
@media screen and (max-width: 600px)
|
||||
margin-right: 0
|
||||
|
||||
.monitoring
|
||||
text-align: center
|
||||
border-collapse: collapse
|
||||
|
Reference in New Issue
Block a user