make links clickable and make more link work

This commit is contained in:
Caleb James DeLisle
2017-07-26 15:53:10 +02:00
parent 5fa20836cf
commit 428bee6306
3 changed files with 65 additions and 54 deletions

View File

@@ -20,6 +20,16 @@
font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
};
.infopages_link () {
text-decoration: none;
color: #FFF;
cursor: pointer;
display: inline-flex;
&:hover {
transform: scale(1.05);
}
}
// Apply this to the top bar div
.infopages_topbar () {
.cp-topbar {
@@ -47,12 +57,9 @@
-ms-user-select: none;
a {
text-decoration: none;
font-weight: 500;
padding: 0.6em;
color: #FFF;
cursor: pointer;
.infopages_link()
}
}
}