We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b3ded commit 07a6955Copy full SHA for 07a6955
apps/daffio/src/app/docs/components/doc-viewer/doc-viewer.component.html
@@ -1,4 +1,4 @@
1
-<button class="daffio-doc-viewer__packages-button" (click)="open()">
+<button class="daffio-doc-viewer__menu-button" (click)="open()">
2
<fa-icon [icon]="faBars"></fa-icon>
3
<div>Menu</div>
4
</button>
apps/daffio/src/app/docs/components/doc-viewer/doc-viewer.component.scss
@@ -16,7 +16,7 @@
16
gap: 64px;
17
padding: 48px;
18
}
19
-
+
20
@include daff.breakpoint(desktop) {
21
padding: 48px 0;
22
@@ -28,15 +28,15 @@
28
29
&__table-of-contents {
30
display: none;
31
32
@include daff.breakpoint(small-laptop) {
33
display: block;
34
max-width: 240px;
35
width: 100%;
36
37
38
39
- &__packages-button {
+ &__menu-button {
40
@include daff.clickable();
41
display: flex;
42
gap: 8px;
0 commit comments