Skip to content

Commit

Permalink
CSS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Apr 4, 2019
1 parent 0bba489 commit aa07bab
Show file tree
Hide file tree
Showing 21 changed files with 222 additions and 620 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.idea
4 changes: 0 additions & 4 deletions .idea/encodings.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/theme-classicgrey.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

274 changes: 0 additions & 274 deletions .idea/workspace.xml

This file was deleted.

2 changes: 1 addition & 1 deletion css/styles.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions sass/_emails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#list_current_page {
border: 1px solid #336699;
background-color: #E5F3FE;
background-color: #e5f3fe;
font-weight: bold;
padding: 2px;
}
Expand All @@ -26,17 +26,17 @@ table.subpanel td {

#email_recipients {
border: 1px solid #336699;
background-color: #F2F8FF;
background-color: #f2f8ff;
line-height: 20px;
margin-top: 4px;
}

#email_recipients a:visited,
#email_recipients a:link {
color: red;
text-decoration: none
text-decoration: none;
}

#email_recipients a:hover {
text-decoration: underline;
}
}
Loading

0 comments on commit aa07bab

Please sign in to comment.