Changeset 11382
- Timestamp:
- 01/12/2017 08:30:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyseventeen.scss
r11379 r11382 2158 2158 .profile { 2159 2159 2160 h2 {2161 margin: $spacing-val-lg 0 $spacing-val-sm;2162 padding: 0.1em 0 0.1em 0.4em;2163 }2164 2165 table {margin-top: 0;}2166 2167 .profile-fields {2168 2169 tr.alt {2170 2171 td {2172 color: $body-text;2173 }2174 }2175 2176 tr:last-child {2177 border-bottom: 0;2178 }2179 }2160 h2 { 2161 margin: $spacing-val-lg 0 $spacing-val-sm; 2162 padding: 0.1em 0 0.1em 0.4em; 2163 } 2164 2165 table {margin-top: 0;} 2166 2167 .profile-fields { 2168 2169 tr.alt { 2170 2171 td { 2172 color: $body-text; 2173 } 2174 } 2175 2176 tr:last-child { 2177 border-bottom: 0; 2178 } 2179 } 2180 2180 2181 2181 /* Edit profile */ 2182 2182 2183 2183 #profile-edit-form { 2184 2184 2185 .button-nav:before, 2185 2186 .button-nav:after {
Note: See TracChangeset
for help on using the changeset viewer.