Changeset 4437 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/typography/_copy.scss
- Timestamp:
- 11/28/2016 03:20:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/typography/_copy.scss
r4223 r4437 68 68 font-size: 125%; 69 69 } 70 71 72 // Feedback survey link for acquiring participant's feedback. 73 74 .feedback-survey { 75 background: #fff; 76 border-radius: 3px 0 0 3px; 77 box-shadow: 0 0 8px rgba(0,0,0,.2); 78 display: block; 79 font-size: 0.8rem; 80 padding: 5px 10px; 81 position: fixed; 82 right: 0; 83 top: 200px; 84 width: 40px; 85 z-index: 100; 86 87 .survey-msg { 88 display: none; 89 } 90 91 &:hover { 92 width: auto; 93 94 .survey-msg { 95 display: inline-block; 96 } 97 } 98 99 a:hover { 100 text-decoration: none; 101 } 102 103 .dashicons-megaphone { 104 margin: 2px 10px 0 0; 105 } 106 }
Note: See TracChangeset
for help on using the changeset viewer.