CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/next/components/auth/sso.module.css
Views: 687
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