Added class 'rounded-avatar'
Added class 'rounded-avatar' with border-radius set to 50%. Remove or uncomment this if you don't want rounded avatars for users.
This commit is contained in:
parent
5364591c12
commit
2548c4b2fa
|
@ -22,12 +22,22 @@
|
||||||
/* Table of contents
|
/* Table of contents
|
||||||
––––––––––––––––––––––––––––––––––––––––––––––––––
|
––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
|
|
||||||
|
- Rounded user avatars
|
||||||
- Buttons
|
- Buttons
|
||||||
- Brand Styles
|
- Brand Styles
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Rounded avatars
|
||||||
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
|
|
||||||
|
/* Disable this if you don't want rounded avatars for users */
|
||||||
|
.rounded-avatar {
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Buttons
|
/* Buttons
|
||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue