Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
removed feedback banner styling
Browse files Browse the repository at this point in the history
  • Loading branch information
harumhelmy committed Aug 24, 2020
1 parent c9ee3c1 commit 019cbcd
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/components/header-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,6 @@
}
}

& .header-bar__give-feedback {
position: fixed;
font: var(--ui-basic-font);
line-height: 1.25em;
background-color: var(--prereview-red);
color: white;
text-shadow: 0px 0px 10px #eb0000; /* improve contrast for accessability */
right: 0px;
bottom: var(--xlgrd);
width: 56px;
padding: var(--xsgrd);
padding-right: var(--mgrd);
border-top-left-radius: var(--xsgrd);
border-bottom-left-radius: var(--xsgrd);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
& :any-link {
color: white;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}

/* the hamburder is only visible on narrow screens */
& .header-bar__menu-button {
display: none;
Expand Down

0 comments on commit 019cbcd

Please sign in to comment.