Changeset 43842 for branches/5.0/src/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
r43808 r43842 32 32 @include media(tablet) { 33 33 margin: 0 calc(2 * (100vw / 12)); 34 max-width: 22em;35 34 } 36 35 } … … 47 46 margin-bottom: 0; 48 47 position: absolute; 49 right: calc(100% + (0.5 * calc(100vw / 12)));48 right: calc(100% + (0.5 * 100vw / 12)); 50 49 top: 4px; // Accounts for box-shadow widths 51 50 z-index: 999; … … 82 81 83 82 .site-title { 84 85 83 margin: auto; 86 84 display: inline; 87 color: $color__text-main; 85 86 87 a:link, 88 a:visited { 89 color: $color__text-main; 90 } 88 91 89 92 .featured-image & { … … 111 114 display: inline; 112 115 } 116 117 &:not(:empty) + .site-description:not(:empty):before { 118 content: "\2014"; 119 margin: 0 .2em; 120 } 113 121 } 114 122 … … 121 129 font-weight: normal; 122 130 margin: 0; 123 124 &:not(:empty):before {125 content: "\2014";126 margin: 0 .2em;127 }128 131 }
Note: See TracChangeset
for help on using the changeset viewer.