8000
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 663f46c commit f13154cCopy full SHA for f13154c
src/pop-box/styles/pop-box.scss
@@ -21,7 +21,7 @@ pop-box-container {
21
min-width: 240px;
22
background: $white;
23
box-shadow: $box-shadow;
24
- margin-top: 4px;
+ margin-top: $pop-box-top-margin;
25
position: relative;
26
}
27
.pop-box-header {
src/styles/variables.scss
@@ -184,6 +184,7 @@ $pop-box-text: $gray-700 !default;
184
$pop-box-text-hover: $gray-900 !default;
185
$pop-box-body-padding: 15px 20px !default;
186
$pop-box-footer-padding: 15px 20px !default;
187
+$pop-box-top-margin: 3px !default;
188
$zindex-pop-box: 1080 !default;
189
// Layout
190
$layout-header-background: rgba($gray-99, 0.97) !default;
0 commit comments