Making WordPress.org

Changeset 8660


Ignore:
Timestamp:
04/24/2019 06:53:12 PM (5 years ago)
Author:
coffee2code
Message:

Developer: Use new REST API dashicon for REST API handbook.

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  
    3535
    3636                <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>
    3838                    <p class="widget-description"><?php _e( 'Getting started on making WordPress applications?', 'wporg' ); ?></p>
    3939                    <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  
    598598                margin: 0 auto;
    599599                opacity: 0.4;
     600
     601                &.dashicons-rest-api {
     602                    font-size:90px;
     603                    font-size:9rem;
     604                }
    600605            }
    601606        }
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css

    r8206 r8660  
    947947}
    948948
     949.devhub-wrap .section .widget-title .dashicons.dashicons-rest-api {
     950  font-size: 90px;
     951  font-size: 9rem;
     952}
     953
    949954@media (min-width: 43em) and (max-width: 915px) {
    950955  .devhub-wrap .section .three-columns .widget-title {
Note: See TracChangeset for help on using the changeset viewer.