Browse Source

popover padding

pull/249/head
connors 11 years ago
parent
commit
aabfdaffad
  1. 1
      dist/ratchet.css
  2. 1
      lib/sass/popovers.scss

1
dist/ratchet.css vendored

@ -939,6 +939,7 @@ input[type="button"] {
z-index: 20;
display: none;
width: 280px;
padding-top: 44px;
margin-left: -140px;
background-color: white;
border-radius: 6px;

1
lib/sass/popovers.scss

@ -9,6 +9,7 @@
z-index: 20;
display: none;
width: 280px;
padding-top: $bar-base-height;
margin-left: -140px;
background-color: $chrome-color;
border-radius: $border-radius;

Loading…
Cancel
Save