mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-13 18:10:04 +01:00
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
10
public/littlelink/css/brands.css
vendored
10
public/littlelink/css/brands.css
vendored
@ -22,12 +22,22 @@
|
||||
/* Table of contents
|
||||
––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
|
||||
- Rounded user avatars
|
||||
- Buttons
|
||||
- Brand Styles
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/* Rounded avatars
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
|
||||
/* Disable this if you don't want rounded avatars for users */
|
||||
.rounded-avatar {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
||||
/* Buttons
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user