Skip to content

Commit

Permalink
Revert "Put disclaimer over feedback"
Browse files Browse the repository at this point in the history
This reverts commit 3be8609.
  • Loading branch information
Bluesmile82 committed Dec 5, 2022
1 parent 3be8609 commit e533054
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

padding: 20px;

z-index: $z-above-feedback;
z-index: $z-above-veil;
box-shadow: $box-shadow;
animation: appear 300ms 2s forwards;

Expand Down
1 change: 0 additions & 1 deletion frontend/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@import 'fonts';
@import 'tooltip';
@import 'gtranslate';
@import 'feedback';

body {
&.txlive-expanded {
Expand Down
3 changes: 0 additions & 3 deletions frontend/styles/_feedback.scss

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/styles/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ $z-above-veil: 101;
$z-tooltip: 102;
$z-leaflet-above-panes: 500;
$z-above-leaflet: 501;
$z-feedback-button: 600;
$z-above-feedback: 601;

// basic colors
$white: #fff;
Expand Down

0 comments on commit e533054

Please sign in to comment.