mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
client signature, nextcloud, prices style
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
@import "clients";
|
||||
@import "footer";
|
||||
@import "header";
|
||||
@import "prices";
|
||||
@import "process";
|
||||
@import "services";
|
||||
@import "team";
|
||||
@ -45,6 +46,13 @@ main.center {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
.nn1200 {
|
||||
max-width: 1200px;
|
||||
margin-left: calc(50% - 600px);
|
||||
}
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
text-decoration: none;
|
||||
color: $blue;
|
||||
|
@ -54,3 +54,7 @@
|
||||
margin: 0 16px 32px 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.client_box-sign {
|
||||
color: $grey1;
|
||||
}
|
||||
|
13
sass/css/prices.scss
Normal file
13
sass/css/prices.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user