Browse Source

Fix h3 in modal view

nin-v2
myleneb 9 years ago
parent
commit
33913db640
  1. 3
      css/style.css
  2. 2
      sass/layout/_modal.sass

3
css/style.css

@ -729,6 +729,9 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { @@ -729,6 +729,9 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
float: left;
color: white;
}
.modal-header h3 span, .prompt-wrapper .modal-header h3 span, .modal-header .login .module p span span, .login .module p .modal-header span span {
position: relative;
}
.modal-header span, .prompt-wrapper .modal-header span {
position: absolute;
top: 0;

2
sass/layout/_modal.sass

@ -154,6 +154,8 @@ $header-modal-height : $menu-height @@ -154,6 +154,8 @@ $header-modal-height : $menu-height
font-size: 1rem
float: left
color: white
span
position: relative
span
@extend .ion

Loading…
Cancel
Save