mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 12:52:54 +02:00
Footer
This commit is contained in:
40
sass/css/process.scss
Normal file
40
sass/css/process.scss
Normal file
@ -0,0 +1,40 @@
|
||||
.process-title {
|
||||
font-family: Amatic;
|
||||
font-size: 42px;
|
||||
background: linear-gradient(0.25turn, #0294d9, #ac44ff);
|
||||
color: #fff;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.process_boxes {
|
||||
flex: 62%;
|
||||
text-align: center;
|
||||
font-family: LunaSans;
|
||||
}
|
||||
|
||||
.process_box {
|
||||
display: inline-block;
|
||||
width: 256px;
|
||||
padding-top: 4px;
|
||||
vertical-align: top;
|
||||
margin: 8px 16px;
|
||||
}
|
||||
|
||||
.process_box-number {
|
||||
display: inline-block;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
font-size: 48px;
|
||||
background: linear-gradient(-0.125turn, #0294d9, #ac44ff);
|
||||
color: #fff;
|
||||
border-radius: 32px;
|
||||
}
|
||||
|
||||
.process_box-title {
|
||||
position: relative;
|
||||
top: 8px;
|
||||
display: inline-block;
|
||||
padding-bottom: 14px;
|
||||
font-size: 32px;
|
||||
}
|
Reference in New Issue
Block a user