- move custom.scss from template to site ccs directory
- add terms & conditions, and legal pages - add partners section
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.admonition {
|
||||
font-size: 1.5rem;
|
||||
position: relative;
|
||||
margin: 1rem 0;
|
||||
padding: 0 0.75rem;
|
||||
|
||||
@@ -59,6 +59,7 @@ h2 {
|
||||
|
||||
h3 {
|
||||
font-size: 2.5rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@@ -85,7 +86,7 @@ a {
|
||||
-moz-transition: all ease 0.3s;
|
||||
|
||||
&:hover {
|
||||
color: var(--sticky-menu-text-color);
|
||||
color: var(--cover-text-color);
|
||||
}
|
||||
|
||||
// Fix font awesome icons
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user