work in progress
This commit is contained in:
12
customize.dist/src/less2/pages/page-about.less
Normal file
12
customize.dist/src/less2/pages/page-about.less
Normal file
@@ -0,0 +1,12 @@
|
||||
@import (once) "../include/infopages.less";
|
||||
@import (once) "../include/colortheme.less";
|
||||
|
||||
.infopages_main();
|
||||
.infopages_topbar();
|
||||
|
||||
.bio-avatar {
|
||||
border-radius: 50%;
|
||||
margin: 1em 0;
|
||||
max-width: 300px;
|
||||
max-height: 300px;
|
||||
}
|
||||
@@ -1,4 +1,9 @@
|
||||
@import (once) "../include/infopages.less";
|
||||
@import (once) "../include/colortheme.less";
|
||||
|
||||
.infopages_main();
|
||||
.infopages_topbar();
|
||||
|
||||
.fa {
|
||||
padding-right: 0.25em;
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
color: #FFF;
|
||||
background: linear-gradient( @background_darker, @background_lighter ), url('/customize/bg14.jpg');
|
||||
background-size: cover;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
@@ -84,6 +85,7 @@
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
img {
|
||||
height: 5vh;
|
||||
margin-top: -4px;
|
||||
@@ -93,6 +95,11 @@
|
||||
transform: none;
|
||||
}
|
||||
};
|
||||
=======
|
||||
a.cp-logo {
|
||||
display: none;
|
||||
}
|
||||
>>>>>>> ae176b0465121f57e2147ed0c80c9e62ce65c3a5
|
||||
}
|
||||
@callout-padding: 15px;
|
||||
a:hover {
|
||||
@@ -213,10 +220,14 @@ h4 {
|
||||
.navbar-nav a {
|
||||
text-align: right !important;
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
.cp-right .cp-login-btn {
|
||||
padding: 0.5em;
|
||||
}
|
||||
}
|
||||
.collapsing a {
|
||||
text-align: right !important;
|
||||
}
|
||||
}
|
||||
=======
|
||||
}
|
||||
>>>>>>> ae176b0465121f57e2147ed0c80c9e62ce65c3a5
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
@import (once) "../include/infopages.less";
|
||||
@import (once) "../include/colortheme.less";
|
||||
|
||||
.infopages_main();
|
||||
.infopages_topbar();
|
||||
|
||||
.form-group {
|
||||
.extra {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
width: 100%;
|
||||
.login {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
5
customize.dist/src/less2/pages/page-privacy.less
Normal file
5
customize.dist/src/less2/pages/page-privacy.less
Normal file
@@ -0,0 +1,5 @@
|
||||
@import (once) "../include/infopages.less";
|
||||
@import (once) "../include/colortheme.less";
|
||||
|
||||
.infopages_main();
|
||||
.infopages_topbar();
|
||||
@@ -0,0 +1,23 @@
|
||||
@import (once) "../include/infopages.less";
|
||||
@import (once) "../include/colortheme.less";
|
||||
|
||||
.infopages_main();
|
||||
.infopages_topbar();
|
||||
|
||||
.cp-container {
|
||||
.form-group {
|
||||
.checkbox-container {
|
||||
&:nth-of-type(1) {
|
||||
margin-top: 2em;
|
||||
}
|
||||
&:last-of-type {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
#register {
|
||||
margin-top: 16px;
|
||||
font-size: 1.25em;
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
5
customize.dist/src/less2/pages/page-terms.less
Normal file
5
customize.dist/src/less2/pages/page-terms.less
Normal file
@@ -0,0 +1,5 @@
|
||||
@import (once) "../include/infopages.less";
|
||||
@import (once) "../include/colortheme.less";
|
||||
|
||||
.infopages_main();
|
||||
.infopages_topbar();
|
||||
@@ -0,0 +1,9 @@
|
||||
@import (once) "../include/infopages.less";
|
||||
@import (once) "../include/colortheme.less";
|
||||
|
||||
.infopages_main();
|
||||
.infopages_topbar();
|
||||
|
||||
img#zeroknowledge {
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user