Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/next/components/landing/pricing.module.css
1450 views
1
.item {
2
cursor: pointer;
3
position: relative;
4
transition: 0.1s;
5
top: 0;
6
}
7
8
.item:hover {
9
top: -5px;
10
}
11
12