Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/next/components/auth/sso.module.css
1450 views
1
.icon {
2
margin: "0 2.5px";
3
cursor: pointer;
4
transition: 0.1s;
5
}
6
7
.icon:hover {
8
transform: scale(1.1);
9
}
10
11