Browse Source

Merge pull request #20 from shaman/nin-v2

The secret key goes beyond the right border of modal window
nin-v2
Mylène Bressan 9 years ago
parent
commit
9f4eeea592
  1. 2
      css/style.css
  2. 2
      sass/layout/_modal.sass

2
css/style.css

@ -659,7 +659,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
margin-top: 8px; margin-top: 8px;
color: black; color: black;
font-weight: bold; font-weight: bold;
font-size: 110%; font-size: 80%;
} }
.modal-wrapper.following-modal h2 { .modal-wrapper.following-modal h2 {
display: none; display: none;

2
sass/layout/_modal.sass

@ -44,7 +44,7 @@ $header-modal-height : $menu-height
margin-top: 8px margin-top: 8px
color: rgba(0.5, 0, 0, 1) color: rgba(0.5, 0, 0, 1)
font-weight: bold font-weight: bold
font-size: 110% font-size: 80%
// FOLOWING MODAL // // FOLOWING MODAL //

Loading…
Cancel
Save