mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
Team
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
@import "defs";
|
||||
|
||||
.process-title {
|
||||
font-family: Amatic;
|
||||
font-size: 42px;
|
||||
background: linear-gradient(0.25turn, #0294d9, #ac44ff);
|
||||
background: linear-gradient(0.25turn, $blue, $violet);
|
||||
color: #fff;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
@ -26,7 +28,7 @@
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
font-size: 48px;
|
||||
background: linear-gradient(-0.125turn, #0294d9, #ac44ff);
|
||||
background: linear-gradient(-0.125turn, $blue, $violet);
|
||||
color: #fff;
|
||||
border-radius: 32px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user