- Timestamp:
- 05/10/2018 06:23:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/sass/_nouveau_messages.scss
r12067 r12073 97 97 } 98 98 99 .thread-from { 99 .thread-from, 100 .thread-to { 100 101 101 102 @include box-item-size(1, 2, 20%); … … 110 111 line-height: 1.1; 111 112 } 113 114 .num-recipients { 115 color: $meta-text; 116 font-weight: 400; 117 118 @include font-size(12); 119 margin: 0; 120 } 112 121 } 113 122 … … 134 143 } 135 144 145 // the unread parent li 146 &.unread { 147 font-weight: 700; 148 } 149 136 150 .thread-content { 137 cursor: pointer;138 151 139 152 .excerpt { … … 145 158 146 159 .thread-from, 160 .thread-to, 147 161 .thread-subject { 148 162
Note: See TracChangeset
for help on using the changeset viewer.