mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
Màj SIRET, remplacé Amatic par Neucha, style team
This commit is contained in:
@ -88,12 +88,12 @@ a:hover, a:focus {
|
||||
|
||||
.slogan1 {
|
||||
font-size: 400%;
|
||||
font-family: Amatic;
|
||||
font-family: Neucha;
|
||||
}
|
||||
|
||||
.slogan2 {
|
||||
font-size: 300%;
|
||||
font-family: Amatic;
|
||||
font-family: Neucha;
|
||||
}
|
||||
|
||||
.slogan3 {
|
||||
|
@ -2,11 +2,6 @@ $blue: #0294d9;
|
||||
$violet: #ac44ff;
|
||||
$grey1: #444;
|
||||
|
||||
@font-face {
|
||||
font-family: Amatic;
|
||||
src: url("/fonts/AmaticSC-Bold.woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: LunaSans;
|
||||
src: url("/fonts/LunaSans-Regular.ttf");
|
||||
|
@ -1,7 +1,7 @@
|
||||
@import "defs";
|
||||
|
||||
.process-title {
|
||||
font-family: Amatic;
|
||||
font-family: Neucha;
|
||||
font-size: 42px;
|
||||
background: linear-gradient(0.25turn, $blue, $violet);
|
||||
color: #fff;
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
.need_box {
|
||||
flex: 38%;
|
||||
font-family: Amatic;
|
||||
font-family: Neucha;
|
||||
font-size: 42px;
|
||||
background: linear-gradient(0.25turn, $blue, $violet);
|
||||
color: #fff;
|
||||
|
@ -4,39 +4,41 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
gap: 16px
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.team_box {
|
||||
max-width: 434px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.team_box-img_wrap {
|
||||
float: left;
|
||||
.team_box-top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.team_box-text {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.team_box-text-spacer {
|
||||
height: 32px;
|
||||
.team_box-bottom {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.team_box-img {
|
||||
// 70% ~= 1/sqrt(2)
|
||||
mask-image: radial-gradient(circle, #000 69%, transparent 70%);
|
||||
width: 160px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.team_box-title {
|
||||
font-family: Amatic;
|
||||
font-size: 200%;
|
||||
font-family: Neucha;
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
.team_box-subtitle {
|
||||
font-family: Amatic;
|
||||
font-size: 150%;
|
||||
font-family: Neucha;
|
||||
font-size: 125%;
|
||||
color: $violet;
|
||||
}
|
||||
|
||||
.team_box-description {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user