Changeset 11132 for trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
- Timestamp:
- 09/21/2016 08:56:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r11006 r11132 364 364 li { 365 365 a { 366 color: #0073c1; 367 366 368 span {border-radius: 25%;} 367 369 } … … 440 442 441 443 li:not(.selected) { 442 a {opacity: 0.7;}443 444 444 445 @media screen and (max-width: 38.75em) { … … 979 980 .activity-header { 980 981 @include font-size(14); 982 983 a { 984 color: #0075c4; 985 } 981 986 } 982 987 } … … 1032 1037 background-color: $light-background; 1033 1038 border: 1px solid rgba($border-light, 0.6); 1039 color: #727272; 1034 1040 margin-top: 0; 1035 1041 padding: 0 0.2em; … … 1115 1121 ul { 1116 1122 background: rgba($light-background, 0.6); 1123 color: #737373; 1117 1124 margin: 15px 0 0 2px; 1125 1126 a { 1127 color: #0077c7; 1128 } 1129 } 1130 1131 .acomment-meta { 1132 color: #737373; 1118 1133 } 1119 1134 … … 1619 1634 th {@include font-size(14)} 1620 1635 td {@include font-size(12)} 1636 a { color: #0074c2; } 1621 1637 1622 1638 @include medium-up { … … 2181 2197 } 2182 2198 2199 select { 2200 color: #737373; 2201 } 2202 2183 2203 } // close .standard-form 2184 2204
Note: See TracChangeset
for help on using the changeset viewer.