diff --git a/library.css b/library.css index 7a13c19..b83115f 100644 --- a/library.css +++ b/library.css @@ -1578,22 +1578,6 @@ ul.recentyears { padding-left: 20px; } -.landing #feedback-pos { - position: -webkit-sticky; - position: sticky; - bottom: 20px; -} - -.landing .feedback { - border-radius: 4px; - border: 1px solid #DCDCDC; - box-shadow: 0 2px 4px #0000001A; - background-color: white; - padding: 5px 15px; - font-size: 12px; - z-index: 1; -} - .matSelection .mat-select-value, .matSelection .mat-select-arrow { color: inherit !important; } @@ -1673,6 +1657,10 @@ svg #statistics-bars { border-radius: 4px; } +.feedback-page .uk-text-muted { + color: rgba(255, 255, 255, 0.7) !important; +} + .feedback-page .form { margin-top: 5px; border-radius: 4px;