style.css
50 lines
| 1 | .widget_wpcom_social_media_icons_widget ul { |
| 2 | list-style-type: none; |
| 3 | margin-left: 0; |
| 4 | } |
| 5 | |
| 6 | .widget_wpcom_social_media_icons_widget ul li { |
| 7 | border: 0 none; |
| 8 | display: inline; |
| 9 | margin-right: 0.5em; |
| 10 | } |
| 11 | |
| 12 | .widget_wpcom_social_media_icons_widget li a { |
| 13 | border: 0 none; |
| 14 | text-decoration: none; |
| 15 | } |
| 16 | |
| 17 | .widget_wpcom_social_media_icons_widget .genericon { |
| 18 | font-family: Genericons; |
| 19 | } |
| 20 | |
| 21 | .widget_wpcom_social_media_icons_widget .screen-reader-text { |
| 22 | clip-path: inset(50%); |
| 23 | position: absolute !important; |
| 24 | height: 1px; |
| 25 | width: 1px; |
| 26 | overflow: hidden; |
| 27 | } |
| 28 | |
| 29 | .widget_wpcom_social_media_icons_widget .screen-reader-text:hover, |
| 30 | .widget_wpcom_social_media_icons_widget .screen-reader-text:active, |
| 31 | .widget_wpcom_social_media_icons_widget .screen-reader-text:focus { |
| 32 | background-color: #f0f0f1; |
| 33 | border-radius: 3px; |
| 34 | box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); |
| 35 | clip-path: none !important; |
| 36 | color: #21759b; |
| 37 | display: block; |
| 38 | font-size: 14px; |
| 39 | font-size: 0.875rem; |
| 40 | font-weight: 700; |
| 41 | height: auto; |
| 42 | left: 5px; |
| 43 | line-height: normal; |
| 44 | padding: 15px 23px 14px; |
| 45 | text-decoration: none; |
| 46 | top: 5px; |
| 47 | width: auto; |
| 48 | z-index: 100000; /* Above WP toolbar. */ |
| 49 | } |
| 50 |