- move custom.scss from template to site ccs directory
- add terms & conditions, and legal pages - add partners section
This commit is contained in:
72
assets/css/custom.scss
Normal file
72
assets/css/custom.scss
Normal file
@@ -0,0 +1,72 @@
|
||||
|
||||
table.cv img {
|
||||
max-width: 24px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table.cv{
|
||||
border-color: var(--section-dark-bg-color);
|
||||
}
|
||||
|
||||
table.cv td, table th {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
|
||||
/*table.cv thead {
|
||||
background-color: var(--section-dark-bg-color);
|
||||
color: var(--section-dark-text-color);
|
||||
}*/
|
||||
|
||||
|
||||
.table {
|
||||
border: 1px solid;
|
||||
font-size: 1.2rem;
|
||||
border-color: var(--section-light-bg-color);
|
||||
//background-color: var(--section-light-bg-color);
|
||||
background-color: var(--highlight-inverse-contrast);
|
||||
color: var(--section-dark-text-color);
|
||||
}
|
||||
|
||||
.table td, table th {
|
||||
border: 1px solid;
|
||||
border-color: var(--section-light-bg-color);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.table thead {
|
||||
//background-color: var(--section-dark-bg-color);
|
||||
background-color: var(--highlight);
|
||||
//color: var(--section-dark-text-color);
|
||||
color: var(--section-light-text-color);
|
||||
|
||||
}
|
||||
|
||||
.about-me .about-me-img img {
|
||||
float: left ;
|
||||
padding: 0 2rem;
|
||||
max-height: 180px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.about-me {
|
||||
display: inline-block;
|
||||
padding: 2rem 0;
|
||||
}
|
||||
|
||||
|
||||
.partners {
|
||||
display: inline-block;
|
||||
width: 32%;
|
||||
/* 100% / 3 images per row */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.partners figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.partners h4 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
BIN
assets/images/desmotec_logo.png
Normal file
BIN
assets/images/desmotec_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
assets/images/laboratoire-phytotech_logo.png
Normal file
BIN
assets/images/laboratoire-phytotech_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.3 KiB |
Reference in New Issue
Block a user