Skip to content

Commit

Permalink
assets/scss: Remove styling for feedback button
Browse files Browse the repository at this point in the history
  • Loading branch information
rmader committed Apr 22, 2020
1 parent 7efd602 commit b88a717
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions euth_wagtail/assets/scss/core/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,32 +153,6 @@ span.btn-dark:focus {
}
}

.feedback-button {
@extend .button;
@include rem(border-radius, 0 0 25px 25px);
@include rem(margin-top, $navbar-height);
@include rotate(90);
border: 2px solid #fff;
border-width: 0 2px 2px 2px;
position: fixed;
background: $brand-brand1;
color: #fff;
right: 0;
transform-origin: 100% 0;
top: 40%;
z-index: 401;

&:hover,
&:focus {
background-color: darken($brand-brand1, 10%);
color: $gray-lighter;
}

@media (max-width: $screen-sm-min) {
display: none;
}
}

.base-button {
border-radius: 0;
@include rem(padding, 14px 57px 14px 57px);
Expand Down

0 comments on commit b88a717

Please sign in to comment.