Skip to content

Commit

Permalink
Add back in the masquerade styles
Browse files Browse the repository at this point in the history
These were inadvertently removed in #11, but needed for the styling of
the masquerade functionality.
  • Loading branch information
csexton committed May 17, 2018
1 parent 94526b7 commit 72ac2e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/radius-theme.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import "radius-theme/app";
@import "radius-theme/masquerade";

12 changes: 12 additions & 0 deletions app/assets/stylesheets/radius-theme/masquerade.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#masquerade {
text-align: center;
background: #7A7A7A;
background-image: repeating-linear-gradient(45deg, #c52f24 0px, #c52f24 25px, #d8362a 25px, #d8362a 50px, #c52f24 50px);
color: white;
font-size: 12px;
padding: 4px;
a {
color: white;
text-decoration: underline;
}
}

0 comments on commit 72ac2e6

Please sign in to comment.