- Timestamp:
- 09/25/2020 03:13:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_info_messages.scss
r12397 r12734 1 1 // Sitewide template error & info messages constructs. 2 // @version 3.0.0. 2 // @since 3.0.0. 3 // @version 7.0.0 3 4 .buddypress-wrap { 4 5 … … 318 319 319 320 } // close .buddypress-wrap 321 322 body.create-blog { 323 324 #buddypress { 325 326 .error, 327 .success { 328 329 @include message-box($border: none); 330 @include box-shadow( 0 1px 1px 1px rgba(0, 0, 0, 0.1) ); 331 color: $light-text-plus; 332 padding: 10px 15px; 333 background-color: $white; 334 } 335 336 .error { 337 border-left: 4px solid $warnings; 338 } 339 340 .success { 341 border-left: 4px solid $update-success; 342 343 } 344 } 345 }
Note: See TracChangeset
for help on using the changeset viewer.