mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
client shortcode body, process titles
This commit is contained in:
@ -119,3 +119,27 @@ h3 {
|
||||
font-family: Neucha;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.title-bar {
|
||||
font-family: Neucha;
|
||||
font-size: 42px;
|
||||
background: linear-gradient(0.25turn, $blue, $violet);
|
||||
color: #fff;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.title-bar2 {
|
||||
font-family: Neucha;
|
||||
font-size: 36px;
|
||||
color: #000;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.title-bar2::after {
|
||||
content: "";
|
||||
display: block;
|
||||
height: 1px;
|
||||
background: linear-gradient(0.25turn, $blue, $violet);
|
||||
}
|
||||
|
@ -1,14 +1,5 @@
|
||||
@import "defs";
|
||||
|
||||
.process-title {
|
||||
font-family: Neucha;
|
||||
font-size: 42px;
|
||||
background: linear-gradient(0.25turn, $blue, $violet);
|
||||
color: #fff;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.process_boxes {
|
||||
flex: 62%;
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user