Changeset 11203 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/page-dashicons.scss
- Timestamp:
- 08/26/2021 10:58:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/page-dashicons.scss
r1271 r11203 94 94 95 95 #iconlist { 96 $size: 40px; 96 $size: 96px; 97 $iconsize: 60px; 98 $gutter: 10px; 99 97 100 margin-top: 1.5em; 101 102 h4 { 103 padding-left: $gutter; 104 } 98 105 99 106 .dashicons { 100 107 position: relative; 101 108 box-sizing: content-box; 102 padding: 10px; 109 padding: $gutter; 110 margin-bottom: $gutter * 2; 103 111 width: $size; 104 112 height: $size; 105 113 overflow: hidden; 106 114 white-space: nowrap; 107 font-size: $ size;115 font-size: $iconsize; 108 116 line-height: 1; 109 117 cursor: pointer; … … 111 119 &:before { 112 120 margin-right: $size; 121 position: relative; 122 left: 20px; 113 123 } 114 124 … … 116 126 content: attr(alt); 117 127 display: block; 118 font-size: 9px;128 font-size: 14px; 119 129 color: #999; 120 130 text-align: center; 131 margin-top: $gutter; 121 132 } 122 133
Note: See TracChangeset
for help on using the changeset viewer.