work in progress on migrating styles back into the infopages.less
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
@infopages_infobar-height: 64px;
|
||||||
|
|
||||||
// Basic setup for info pages, this should be used at the global level
|
// Basic setup for info pages, this should be used at the global level
|
||||||
.infopages_main () {
|
.infopages_main () {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
@@ -17,12 +19,16 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
|
font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
|
|
||||||
|
.cp-container {
|
||||||
|
padding-top: @infopages_infobar-height;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
.infopages_link () {
|
.infopages_link () {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #FFF;
|
color: #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
&:hover {
|
&:hover {
|
||||||
@@ -33,6 +39,8 @@
|
|||||||
// Apply this to the top bar div
|
// Apply this to the top bar div
|
||||||
.infopages_topbar () {
|
.infopages_topbar () {
|
||||||
.cp-topbar {
|
.cp-topbar {
|
||||||
|
background: #fff;
|
||||||
|
z-index: 9001;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
@@ -43,7 +51,7 @@
|
|||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 64px;
|
height: @infopages_infobar-height;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
&#cp-main {
|
&#cp-main {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.cp-right {
|
.cp-right {
|
||||||
.cp-register-btn {
|
.cp-register-btn {
|
||||||
|
|||||||
Reference in New Issue
Block a user