Browse Source

added css hacks

master
rdrew 11 months ago
parent
commit
4fa6703856
  1. 25
      css_hacks.css

25
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;
}

Loading…
Cancel
Save