Changeset 10461 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/js/workshop-details/src/style.scss
- Timestamp:
- 11/23/2020 09:41:51 PM (4 years ago)
- 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 7 7 8 8 .wp-block-wporg-learn-workshop-details { 9 list-style: none; 10 margin: 0; 11 padding: 0; 12 color: #555d66; 9 margin: 0 0 32px; 13 10 14 li{15 display: flex;16 justify-content: space-between;17 padding: 8px0;18 border-top: 1px solid #e2e4e7;11 .workshop-details-list { 12 list-style: none; 13 margin: 0; 14 padding: 0; 15 color: #555d66; 19 16 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 } 22 32 } 33 } 23 34 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; 28 40 } 29 41 }
Note: See TracChangeset
for help on using the changeset viewer.