- Timestamp:
- 03/31/2018 01:44:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/sass/_nouveau_messages.scss
r11913 r11916 6 6 .message-action-star:before, 7 7 .message-action-unstar:before, 8 .bp-navs ul li#compose-personal-li a#compose:before,9 8 .message-action-view:before, 10 9 .message-action-delete:before { … … 13 12 } 14 13 15 .bp-navs ul li#compose-personal-li a#compose:before {16 font-size: 22px;17 }18 19 14 .message-action-star:before { 20 15 color: #aaa; … … 48 43 } 49 44 } 50 51 // Compose Icon52 li#compose-personal-li {53 54 &.last {55 margin-top: 0;56 }57 58 a#compose {59 display: inline-block;60 padding: 1px 6px;61 }62 63 a#compose:before {64 content: "\f464";65 }66 67 a#compose:focus,68 a#compose:hover {69 background: #eee;70 color: #e8861e;71 }72 73 } // close li#compose-personal-li74 45 75 46 // Visual message threads & preview pane styles … … 124 95 @include center-vert(); 125 96 @include box-item-size(1, 2, 5%); 126 127 label {128 float: left;129 margin-left: $marg-xsml;130 text-align: center;131 width: 5%;132 }133 97 } 134 98
Note: See TracChangeset
for help on using the changeset viewer.