diff --git a/css_hacks.css b/css_hacks.css index 8b19f3b..be7fcb3 100644 --- a/css_hacks.css +++ b/css_hacks.css @@ -1,3 +1,28 @@ /*this file is for unorganized, cosmetic styles and adjustments. */ /*Please add comments. */ /*Will be sorted later*/ + +#website-feedback-button { + /*display: none;*/ + background: #333333; + border: 4px double #fff; + font-size: 1.2em; + font-weight: 600; + font-family: "Roboto Condensed",sans-serif; + text-decoration: none; + padding: 0.5em; + border-radius: 6px 6px 0 0; + border-bottom: none; + /*text-transform: uppercase;*/ + rotate: -90deg; + +} +#website-feedback-button:hover { + + background:#8c2004; +} +.website-feedback-toggle-wrapper { + position: fixed; + bottom: 40px; + right: -34px; +}