summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/api-docs/api-docs.component.scss
blob: 88928648859b0d84964b072f7e0889b2135c9482 (plain)
1
2
3
4
5
6
7
@use './src/styles/vendor/variables' as vv;

.apiDocs {
  background: vv.$gray-100;
  font-size: 18px !important;
  margin-top: -48px !important;
}