Skip to content

Commit

Permalink
Merge pull request #6 from appirio-tech/links
Browse files Browse the repository at this point in the history
Links
  • Loading branch information
nlitwin committed May 3, 2016
2 parents 408c491 + 5b72f5d commit 7490454
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/styles/_buttons.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Buttons

// Table of Contents
//
// Links
// Buttons

// Links
.tc-link,
.tc-link:active,
.tc-link:visited {
cursor: pointer;
}

.tc-link:hover {
color: $tc-dark-blue;
text-decoration: none;
}
3 changes: 3 additions & 0 deletions src/styles/_tc-styles.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
@import 'reset';
@import 'tc-includes';
@import 'typography';
@import 'buttons';

// App level resets
html {
min-height: 100%;
box-sizing: border-box;
// Changes the default tap highlight to be completely transparent in iOS.
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

*, *:before, *:after {
Expand Down

0 comments on commit 7490454

Please sign in to comment.