From 1fb650f48213117fb3ad3eedc6c041d7269adf05 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 30 Jun 2017 18:23:20 -0400 Subject: Split up stylesheets for each layout --- app/assets/stylesheets/records.scss | 61 ------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 app/assets/stylesheets/records.scss (limited to 'app/assets/stylesheets/records.scss') diff --git a/app/assets/stylesheets/records.scss b/app/assets/stylesheets/records.scss deleted file mode 100644 index 71e203a..0000000 --- a/app/assets/stylesheets/records.scss +++ /dev/null @@ -1,61 +0,0 @@ -// Place all the styles related to the Records controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: http://sass-lang.com/ - -#records { - padding: 0; - margin: 0 1em; - - & > li { - display: block; - padding: .25em 0; - - .description { - a { - text-decoration: none; - color: #352712; - font-family: 'Inconsolata', monospace; - - &:hover { - text-decoration: underline; - } - - &:visited { - color: #352712; - } - } - } - - .tags { - margin: .25em; - display: flex; - padding-left: 0; - - li { - display: inline; - font-size: .75em; - font-family: 'Inconsolata', monospace; - padding: .25em; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; - - &.record-date { - background-color: #fef1bf; - } - - &.entry-type { - text-transform: uppercase; - - &.entry-type-blog { - background-color: #90fefb; - } - } - - & + li { - margin-left: 1em; - } - } - } - } -} -- cgit 1.4.1