Changeset 9861 for trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
- Timestamp:
- 05/10/2015 06:36:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r9856 r9861 128 128 $notice-warning: #d05656; 129 129 $notice-info: #9fd1e2; 130 $notice-update: #ced98c; 130 131 $stripe-odd: #ebf0ff; 131 132 $stripe-even: #dbe5ff; … … 917 918 } 918 919 } // close #item-actions 920 921 #message { 922 order: 4; 923 } 924 919 925 } 920 926 } // close @media … … 975 981 img { 976 982 float: none; 983 } 984 } 985 986 #latest-update { 987 margin-bottom: $spacing-val-sm; 988 } 989 990 @media screen and (max-width: 594px) { 991 #item-buttons { 992 div.generic-button { 993 display: inline-block; 994 float: none; 995 margin: 0 0 $spacing-val-xs 0; 996 width: 100%; 997 998 a { 999 @include box-model(); 1000 display: block; 1001 width: 100%; 1002 } 1003 } 977 1004 } 978 1005 } … … 991 1018 float: right; 992 1019 width: 78%; 1020 1021 #latest-update { 1022 margin-bottom: $spacing-val-md; 1023 } 993 1024 } 994 1025 } … … 1399 1430 */ 1400 1431 #buddypress { 1401 div#message .info{1432 div#message { 1402 1433 p { 1403 @include message-box($notice-info); 1404 } 1405 } 1406 } 1434 @include font-size(18); 1435 font-weight: bold; 1436 } 1437 1438 &.info { 1439 p { 1440 @include message-box($notice-info, #fff); 1441 } 1442 } 1443 1444 &.updated { 1445 p { 1446 @include message-box($notice-update, #fff); 1447 } 1448 } 1449 1450 } // close #message 1451 1452 } // close #buddypress 1407 1453 1408 1454 // Without direct classes on our mesages ( 'warning' ) 1409 1455 // we need to use the body classes 1410 1456 // message args ($variable-color, text-color) 1457 // todo: If this is class .warning is included in main BP styles remove from here 1411 1458 .delete-group { 1412 1459 #buddypress { … … 1419 1466 } 1420 1467 1468 /** 1469 *------------------------------------------------------------------------------- 1470 * @section 10.0 - Ajax Loading, Widgets, General classes 1471 *------------------------------------------------------------------------------- 1472 */ 1473 1474 #buddypress { 1475 /* Auto Complete background */ 1476 .acfb-holder { 1477 1478 li.friend-tab { 1479 background: $notice-info; 1480 border: inherit; 1481 } 1482 } 1483 } 1484
Note: See TracChangeset
for help on using the changeset viewer.