This commit is contained in:
Pascal Engélibert
2023-03-20 19:06:57 +01:00
parent e060604096
commit 19c19e3114
28 changed files with 104 additions and 22 deletions

View File

@ -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;
}