work in progress on migrating styles back into the infopages.less

pull/1/head
Caleb James DeLisle 8 years ago
parent cd2b41f51e
commit 490e2b4d0a

@ -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 {

Loading…
Cancel
Save