diff options
author | luxagraf <sng@luxagraf.net> | 2015-11-13 11:09:59 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-11-13 11:09:59 -0500 |
commit | 8d91fcde168b141ffa33173380e75739fdf45cd2 (patch) | |
tree | 8b9a4e493461df5bec0f60b846d0ce3e48d3f43c /design/sass | |
parent | 92abffcc98404825324341d5ee654642364890bb (diff) |
rewrote Links to make them more browse/earacble on live site and in
admin, also ported to CBVs/new build system and added back some
templates for viewing. Deleted tumblr integration.
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_inbox.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/design/sass/_inbox.scss b/design/sass/_inbox.scss index e69de29..d58c539 100644 --- a/design/sass/_inbox.scss +++ b/design/sass/_inbox.scss @@ -0,0 +1,11 @@ +.links main { + @include constrain_narrow; + .link-title a { + color: $body_font; + font-weight: 400; + text-decoration: none; + } + @include breakpoint(beta) { + text-align: left; + } +} |