gnome-control-center/panels/online-accounts/online-accounts.css
Georges Basile Stavracas Neto e38949aeed online-accounts: Adjust style of symbolic provider icons
As per design feedback, make symbolic icons have a rounded
background.
2022-01-17 19:42:10 -03:00

6 lines
136 B
CSS

image.symbolic-circular {
background-color: alpha(currentColor, 0.08);
min-width: 32px;
min-height: 32px;
border-radius: 50%;
}