Changeset 7448 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
- Timestamp:
- 07/12/2018 10:10:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss
r7272 r7448 630 630 } 631 631 632 .theme-ratings { 633 position: relative; 634 } 635 636 .theme-ratings .reviews-link { 637 font-size: 12px; 638 font-size: 0.6666rem; 639 position: absolute; 640 right: 0; 641 top: 0; 642 } 643 644 [dir="ltr"] .theme-ratings .reviews-link:after, 645 [dir="rtl"] .theme-ratings .reviews-link:before { 646 content: "\f345"; 647 font-family: dashicons; 648 float: right; 649 padding-left: 3px; 650 position: relative; 651 top: 1px; 652 } 653 632 654 .theme-ratings .description { 633 655 color: #aa9;
Note: See TracChangeset
for help on using the changeset viewer.