We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8777300 commit 45f849cCopy full SHA for 45f849c
apify-docs-theme/src/theme/Navbar/CTA/styles.module.css
@@ -1,5 +1,4 @@
1
.getStarted {
2
- all: unset;
3
height: 4rem;
4
padding: 0.8rem 1.6rem !important;
5
background-color: var(--color-primary-black-action);
@@ -8,6 +7,9 @@
8
7
font-size: 1.6rem;
9
font-weight: 500;
10
line-height: 2.4rem;
+ border: none;
11
+ box-shadow: none;
12
+ outline: none;
13
box-sizing: border-box;
14
cursor: pointer;
15
display: block;
apify-docs-theme/src/theme/custom.css
@@ -524,7 +524,6 @@ aside .icon svg[class*=iconExternalLink] {
524
}
525
526
.navbar__items {
527
- height: calc(100% -68px);
528
gap: 0.4rem;
529
530
0 commit comments