- Timestamp:
- 03/15/2020 10:14:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyseventeen.scss
r12226 r12571 167 167 168 168 @mixin border-radius-none() { 169 -webkit-border-radius: none;170 -moz-border-radius: none;171 -ms-border-radius: none;172 border-radius: none;169 -webkit-border-radius: 0; 170 -moz-border-radius: 0; 171 -ms-border-radius: 0; 172 border-radius: 0; 173 173 } 174 174
Note: See TracChangeset
for help on using the changeset viewer.