Making WordPress.org


Ignore:
Timestamp:
03/05/2024 02:45:07 AM (2 years ago)
Author:
adamwood
Message:

Support Theme: Redesign iteration 1

Replace wp4 with wporg-parent-2021
Redesign forums homepage
Reskin templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_helphub.scss

    r13167 r13272  
    3939}
    4040
    41 #helphub-forum-link {
    42 
    43     margin-top: 5rem;
    44 
    45     span {
    46         display: inline-block;
    47         font-size: 0.8rem;
    48         width: 100%;
    49         max-width: 335px;
    50     }
    51 
    52     a {
    53 
    54         margin-top: 0.5rem;
    55         display: inline-block;
    56     }
    57 }
    58 
    5941.archive-pagination {
    6042    text-align: center;
     
    6648    .left-sidebar {
    6749
    68         font-size: 0.9rem;
    69 
    7050        h2 {
    71             font-size: 1.1rem;
    72             font-weight: 600;
    73             color: $color__text-main;
     51            font-size: var(--wp--preset--font-size--normal);
     52            font-weight: 400;
    7453        }
    7554
    7655        ul {
     56            font-size: var(--wp--preset--font-size--small);
    7757            list-style: none;
    78             margin: 0;
     58            margin: 0 0 var(--wp--preset--spacing--20);
     59            padding-left: 0;
    7960
    8061            li {
     
    8263
    8364                ul {
    84                     margin-left: 1rem;
     65                    margin-left: var(--wp--preset--spacing--20);
    8566                }
    8667            }
     68        }
     69
     70        li,
     71        p {
     72            color: var(--wp--preset--color--charcoal-4);
     73        }
     74
     75        a {
     76            text-decoration: none;
    8777        }
    8878
     
    135125    }
    136126
     127    #main-content {
     128        margin-top: 0;
     129    }
     130
    137131    .comment-respond {
    138132        padding-bottom: 2rem;
Note: See TracChangeset for help on using the changeset viewer.