rdrew
1 year ago
1 changed files with 25 additions and 0 deletions
@ -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…
Reference in new issue