Changeset 7256 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
- Timestamp:
- 05/31/2018 12:51:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_site.scss
r5824 r7256 7 7 8 8 /*-------------------------------------------------------------- 9 # .site-header 9 # .site-header 10 10 --------------------------------------------------------------*/ 11 11 .site-header { … … 113 113 114 114 li { 115 115 116 &:hover > ul, 116 117 &.focus > ul { … … 159 160 160 161 @media screen and (min-width: $ms-breakpoint) { 162 161 163 &.active { 162 164 border-bottom: 1px solid; … … 171 173 172 174 @media screen and (min-width: $ms-breakpoint) { 175 173 176 #wporg-header ul li a.current ~ .uparrow, 174 #wporg-header ul li.current-menu-item: after,175 #wporg-header ul li.current_page_parent: after {177 #wporg-header ul li.current-menu-item::after, 178 #wporg-header ul li.current_page_parent::after { 176 179 border-bottom: 9px solid $color__wp-blue; 177 180 } … … 201 204 -webkit-appearance: none; 202 205 203 .toggled &: before {206 .toggled &::before { 204 207 content: "\f343"; 205 208 } … … 207 210 208 211 @media screen and ( min-width: $ms-breakpoint ) { 212 209 213 .menu-toggle.dashicons { 210 214 display: none; 211 215 } 216 212 217 .main-navigation { 213 218 float: right; … … 269 274 270 275 .page-header { 276 271 277 h1 { 272 278 margin: 0; 273 279 } 280 274 281 p { 275 282 margin: 0.5rem 0; … … 294 301 --------------------------------------------------------------*/ 295 302 .sidebar { 303 296 304 div { 297 305 margin-bottom: 2rem; 298 306 299 307 ul { 300 margin-bottom: 0;301 } 302 308 margin-bottom: 0; 309 } 310 303 311 ul > li { 304 312 font-size: ms(-2); … … 357 365 .site-header.home &, 358 366 .site-main & { 367 359 368 .button-search { 360 369 background: transparent; … … 397 406 398 407 @media screen and (min-width: $ms-breakpoint) { 408 399 409 .search-field { 400 410 border-radius: 2px 0 0 2px; … … 410 420 411 421 @media screen and (min-width: 60em) { 422 412 423 .search-field { 413 424 width: 10rem; … … 425 436 426 437 .search { 438 427 439 .site-main { 428 440 margin-top: 2rem; … … 440 452 --------------------------------------------------------------*/ 441 453 .page { 454 442 455 .entry-header { 443 456 margin-top: 2rem; … … 456 469 457 470 .entry-content { 471 458 472 h2 { 459 473 font-size: ms( 4 ); … … 506 520 507 521 .submenu li.current { 508 font-weight: bold;522 font-weight: 700; 509 523 } 510 524 … … 525 539 526 540 .page-template-page-full-width { 541 527 542 .entry-header .entry-title, 528 543 .entry-content section .container { … … 539 554 text-align: center; 540 555 } 541 542 543
Note: See TracChangeset
for help on using the changeset viewer.