webapp/src/components/Discours/Hero.scss

47 lines
714 B
SCSS
Raw Normal View History

2022-09-09 11:53:35 +00:00
.about-discours {
@include font-size(1.7rem);
2023-05-01 18:32:32 +00:00
background: #000;
color: #fff;
2022-09-09 11:53:35 +00:00
font-weight: 400;
margin-bottom: 6.4rem;
padding: 3.6rem 0;
text-align: center;
h4 {
margin-bottom: 4rem;
}
em {
font-weight: inherit;
}
2022-11-09 21:47:52 +00:00
::selection {
background: #fff;
color: #000;
}
2022-09-09 11:53:35 +00:00
}
.about-discours__actions {
margin-top: 4.8rem;
.button {
border: 3px solid;
border-radius: 1.2em;
2023-07-09 18:34:59 +00:00
color: inherit;
2022-09-09 11:53:35 +00:00
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 0.8rem;
margin-bottom: 0.8em;
2023-07-09 18:34:59 +00:00
padding-bottom: 0.6rem;
2022-09-09 11:53:35 +00:00
transition: all 0.2s;
&:hover {
background: #fff;
border-color: #fff;
color: #000;
}
}
}