mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-21 05:37:36 +02: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
|
/* 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…
x
Reference in New Issue
Block a user