Changeset 969 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/page-dashicons.scss
- Timestamp:
- 11/10/2014 11:10:21 PM (10 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
r814 r969 22 22 bottom: $spacing * 2; 23 23 padding: 0 2.5em; 24 width: 30em;24 width: 50%; 25 25 26 26 #search { … … 42 42 margin-top: 0 !important; 43 43 padding: 1.5em $spacing; 44 width: 30em;44 width: 50%; 45 45 } 46 46 … … 48 48 float:left; 49 49 padding: 1.5em $spacing; 50 width: 30em;50 width: 50%; 51 51 52 52 .dashicons { … … 60 60 float:right; 61 61 margin-top: $spacing*2; 62 width: 10em;62 width: 35%; 63 63 } 64 64 … … 139 139 display: block; 140 140 font: 14px/1.5 monospace; 141 width: 600px;141 max-width: 600px; 142 142 white-space: pre; 143 143 border: 1px solid #ccc; … … 147 147 } 148 148 149 @media ( max-width: 900px ) { 150 .icon-filter { 151 position: relative; 152 left: auto; 153 bottom: auto; 154 padding-left: $spacing; 155 padding-right: $spacing; 156 padding-bottom: $spacing; 157 width: 100%; 158 } 159 160 .entry-content { 161 float: none; 162 padding-bottom: 0; 163 width: 100%; 164 } 165 166 #glyph { 167 float: none; 168 width: 100%; 169 text-align: center; 170 171 .dashicons { 172 font-size: 240px; 173 width: 240px; 174 height: 240px; 175 overflow: visible; 176 } 177 178 .info { 179 float: none; 180 margin-top: 0; 181 width: 100%; 182 } 183 184 span.link { 185 display: inline-block; 186 margin-right: 10px; 187 margin-bottom: 10px; 188 margin-left: 10px; 189 190 &:nth-of-type(2) { 191 margin-left: 0; 192 } 193 &:last-of-type { 194 margin-right: 0; 195 } 196 } 197 } 198 } 199 200 @media ( max-width: 400px ) { 201 #glyph, 202 .entry-content, 203 .icon-filter { 204 padding-left: 0; 205 padding-right: 0; 206 } 207 } 208 149 209 }
Note: See TracChangeset
for help on using the changeset viewer.