8000 fix(pbox): pbox margin-top · atinc/ngx-tethys@f13154c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit f13154c

Browse files
author
liuxiu
committed
fix(pbox): pbox margin-top
1 parent 663f46c commit f13154c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/pop-box/styles/pop-box.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pop-box-container {
2121
min-width: 240px;
2222
background: $white;
2323
box-shadow: $box-shadow;
24-
margin-top: 4px;
24+
margin-top: $pop-box-top-margin;
2525
position: relative;
2626
}
2727
.pop-box-header {

src/styles/variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ $pop-box-text: $gray-700 !default;
184184
$pop-box-text-hover: $gray-900 !default;
185185
$pop-box-body-padding: 15px 20px !default;
186186
$pop-box-footer-padding: 15px 20px !default;
187+
$pop-box-top-margin: 3px !default;
187188
$zindex-pop-box: 1080 !default;
188189
// Layout
189190
$layout-header-background: rgba($gray-99, 0.97) !default;

0 commit comments

Comments
 (0)
0