Skip to content

Commit

Permalink
docs(docs-infra): improve space between cli command options (angular#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMeche authored and ilirbeqirii committed Apr 6, 2024
1 parent 367f5a9 commit 4c75728
Showing 1 changed file with 11 additions and 1 deletion.
Expand Up @@ -267,7 +267,9 @@
background-color: var(--octonary-contrast);
position: relative;
z-index: 10;
transition: background-color 0.3s ease, border 0.3s ease;
transition:
background-color 0.3s ease,
border 0.3s ease;

// h3 + code || # of overloads
.docs-reference-header {
Expand Down Expand Up @@ -404,4 +406,12 @@
margin-block-start: 0;
}
}

.docs-ref-content {
padding: 1rem 0;

&:not(:first-child) {
border-block-start: 1px solid var(--senary-contrast);
}
}
}

0 comments on commit 4c75728

Please sign in to comment.