client signature, nextcloud, prices style

This commit is contained in:
Pascal Engélibert
2023-04-17 22:28:05 +02:00
parent 84b95c7880
commit 5220d0ee89
9 changed files with 167 additions and 48 deletions

13
sass/css/prices.scss Normal file
View File

@ -0,0 +1,13 @@
@import "defs";
.prices {
width: 100%;
table-layout: fixed;
}
.prices th {
font-family: Neucha;
font-size: 24px;
background: linear-gradient(0.125turn, $blue, $violet);
color: #fff;
}