Changeset 8660
- Timestamp:
- 04/24/2019 06:53:12 PM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-home-landing.php
r8436 r8660 35 35 36 36 <div class="box box-rest-api"> 37 <h3 class="widget-title"><div class="dashicons dashicons- controls-repeat"></div><?php _e( 'REST API', 'wporg' ); ?></h3>37 <h3 class="widget-title"><div class="dashicons dashicons-rest-api"></div><?php _e( 'REST API', 'wporg' ); ?></h3> 38 38 <p class="widget-description"><?php _e( 'Getting started on making WordPress applications?', 'wporg' ); ?></p> 39 39 <a href="<?php echo esc_url( get_post_type_archive_link( 'rest-api-handbook' ) ); ?>" class="go"><?php _e( 'Make Applications ', 'wporg' ); ?></a> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r8206 r8660 598 598 margin: 0 auto; 599 599 opacity: 0.4; 600 601 &.dashicons-rest-api { 602 font-size:90px; 603 font-size:9rem; 604 } 600 605 } 601 606 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r8206 r8660 947 947 } 948 948 949 .devhub-wrap .section .widget-title .dashicons.dashicons-rest-api { 950 font-size: 90px; 951 font-size: 9rem; 952 } 953 949 954 @media (min-width: 43em) and (max-width: 915px) { 950 955 .devhub-wrap .section .three-columns .widget-title {
Note: See TracChangeset
for help on using the changeset viewer.