Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // Style the wpadminbar based on site type
  2. #wpadminbar {
  3. body.developer & {
  4. background-color: $teal;
  5. }
  6.  
  7. body.devsite & {
  8. background-color: $darkblue;
  9. }
  10.  
  11. body.staging & {
  12. background-color: $green;
  13. }
  14.  
  15. body.production & {
  16. background-color: $red;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement