You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/*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;
|
|
|
|
}
|