Changeset 7332 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_about.scss
- Timestamp:
- 06/25/2018 05:00:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/css/components/_about.scss
r7324 r7332 26 26 position: relative; 27 27 28 .shape { 29 color: #fff; 30 display: block; 28 .parallelogram { 31 29 height: 260px; 32 margin: 0 auto;33 opacity: 0.9;34 padding: 4.7rem 0;35 position: absolute;36 text-align: center;37 transform: skew( -15deg) ;38 30 width: 310px; 39 40 &:before {41 font-size: ms( 12 );42 height: 64px;43 position: relative;44 right: 1rem;45 transform: skew( 15deg );46 width: 64px;47 }48 31 49 32 &:hover, … … 87 70 height: 610px; 88 71 89 . shape{72 .parallelogram { 90 73 height: 336px; 91 74 padding: 7rem 0; … … 97 80 height: 580px; 98 81 99 . shape{82 .parallelogram { 100 83 height: 315px; 101 84 padding: 5rem 0; … … 114 97 margin: 4rem 0; 115 98 116 . shape{99 .parallelogram { 117 100 height: 282px; 118 101 padding: 4rem 0; … … 135 118 height: 420px; 136 119 137 . shape{120 .parallelogram { 138 121 height: 380px; 139 122 padding: 6rem 0;
Note: See TracChangeset
for help on using the changeset viewer.