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

2
sass/layout/_modal.sass

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

Loading…
Cancel
Save