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 476120f commit c50683bCopy full SHA for c50683b
src/scss/examples.scss
@@ -95,5 +95,20 @@
95
margin-top: .5rem;
96
margin-bottom: .5rem;
97
}
98
+
99
+ .docs-example-modal {
100
+ .modal {
101
+ position: static;
102
+ display: block;
103
+ }
104
105
106
+}
107
108
+@if $enable-dark-mode {
109
+ @include color-mode(dark) {
110
+ .example .tab-content {
111
+ background-color: var(--#{$prefix}secondary-bg) !important;
112
113
114
0 commit comments