Changeset 12095 for trunk/src/bp-core/admin/sass/hello.scss
- Timestamp:
- 05/17/2018 08:04:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/sass/hello.scss
r12007 r12095 40 40 41 41 &:hover { 42 -webkit-transition: all 0.1s ease-in-out; 43 -o-transition: all 0.1s ease-in-out; 42 44 transition: all 0.1s ease-in-out; 43 45 color: rgb(0, 0, 0); … … 67 69 .bp-hello-close { 68 70 69 a { 70 71 &:hover:before { 72 transition: all 0.1s ease-in-out; 73 color: var(--bp-hello-color-primary); 74 } 75 76 &.close-modal:before { 71 .button { 72 padding: 5px !important; 73 } 74 75 .close-modal { 76 77 &:before { 77 78 content: "\f158"; 78 79 color: #23282d; /* wp toolbar */ 79 font: 400 35px/1 dashicons;80 font: 400 1.5em/1 dashicons; 80 81 speak: none; 81 82 -webkit-font-smoothing: antialiased; 82 83 -moz-osx-font-smoothing: grayscale; 83 84 background-image: none !important; 85 } 86 87 &:focus:before, 88 &:hover:before { 89 -webkit-transition: all 0.1s ease-in-out; 90 -o-transition: all 0.1s ease-in-out; 91 transition: all 0.1s ease-in-out; 92 color: var(--bp-hello-color-primary); 84 93 } 85 94 } … … 100 109 101 110 &:hover:before { 111 -webkit-transition: all 0.1s ease-in-out; 112 -o-transition: all 0.1s ease-in-out; 102 113 transition: all 0.1s ease-in-out; 103 114 color: var(--bp-hello-color-primary); … … 127 138 right: 0; 128 139 bottom: 0; 129 z-index: 9998; // >= 9990 for main menu140 z-index: 9998; 130 141 131 142 display: none; … … 136 147 top: 0; 137 148 bottom: 80px; 138 z-index: 99999; // >= 99998 for toolbar149 z-index: 99999; 139 150 } 140 151 … … 147 158 */ 148 159 .bp-hello-footer { 160 display: -webkit-box; 161 display: -ms-flexbox; 149 162 display: flex; 163 -ms-flex-wrap: wrap; 150 164 flex-wrap: wrap; 151 165 … … 156 170 .bp-hello-social-cta, 157 171 .bp-hello-social-links { 172 -ms-flex-preferred-size: 50%; 158 173 flex-basis: 50%; 159 174 } … … 210 225 #bp-hello-backdrop { 211 226 background-color: rgba(0, 0, 0, 0.8); 227 -webkit-transition: opacity 0.15s ease-out; 228 -o-transition: opacity 0.15s ease-out; 212 229 transition: opacity 0.15s ease-out; 213 230 } … … 276 293 right: 25px; 277 294 text-align: right; 278 279 a {280 text-decoration: none;281 }282 295 } 283 296 … … 334 347 height: auto; 335 348 max-height: inherit; 336 337 349 padding: 6px 30px; 338 350 } … … 341 353 right: 30px; 342 354 343 a { 344 345 &.close-modal:before { 346 line-height: 0.7; 347 } 355 .close-modal:before { 356 line-height: 0.7; 348 357 } 349 358 }
Note: See TracChangeset
for help on using the changeset viewer.