overleaf/services/web/frontend/stylesheets/components/navs-ol.less
Davinder Singh e7e1fcef3b Merge pull request #10796 from overleaf/ds-plans-page-btn-tag
Replaced the a tag with button tag for plans page plans options

GitOrigin-RevId: 4717067ce0fc9209a65c0d323602d834a90951fc
2022-12-19 09:04:10 +00:00

7 lines
95 B
Text

.nav-pills {
> li {
> button {
border-radius: @btn-border-radius-base;
}
}
}