Making WordPress.org


Ignore:
Timestamp:
11/23/2020 09:41:51 PM (4 years ago)
Author:
coreymckrill
Message:

WordPress.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/2c9bbc5fc4eefb1f1a367f7bb8afcd3da6ef32b0...886286a12b9802be8d34715149f55ddf67832432

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/js/workshop-details/src/style.scss

    r10169 r10461  
    77
    88.wp-block-wporg-learn-workshop-details {
    9     list-style: none;
    10     margin: 0;
    11     padding: 0;
    12     color: #555d66;
     9    margin: 0 0 32px;
    1310
    14     li {
    15         display: flex;
    16         justify-content: space-between;
    17         padding: 8px 0;
    18         border-top: 1px solid #e2e4e7;
     11    .workshop-details-list {
     12        list-style: none;
     13        margin: 0;
     14        padding: 0;
     15        color: #555d66;
    1916
    20         &:last-child {
    21             border-bottom: 1px solid #e2e4e7;
     17        li {
     18            display: flex;
     19            justify-content: space-between;
     20            padding: 8px 0;
     21            border-top: 1px solid #e2e4e7;
     22
     23            &:last-child {
     24                border-bottom: 1px solid #e2e4e7;
     25            }
     26
     27            > span {
     28                text-align: right;
     29                flex-basis: 50%;
     30                word-break: normal;
     31            }
    2232        }
     33    }
    2334
    24         > span {
    25             text-align: right;
    26             flex-basis: 50%;
    27             word-break: normal;
     35    .is-style-primary-full-width,
     36    .is-style-secondary-full-width {
     37        .wp-block-button__link,
     38        .wp-block-button__link:visited {
     39            margin: 32px 0 0;
    2840        }
    2941    }
Note: See TracChangeset for help on using the changeset viewer.