Skip to content
Snippets Groups Projects
Commit 0ef5ab25 authored by Chris Lawton's avatar Chris Lawton
Browse files

adds modal heading modifier that removes margin

parent 3bf5c761
No related branches found
No related tags found
No related merge requests found
<div class="modal" id="batch-update-reviewers"> <div class="modal" id="batch-update-reviewers">
<h4 class="modal__header-bar">Add Reviewers</h4> <h4 class="modal__header-bar modal__header-bar--no-bottom-space">Add Reviewers</h4>
<div class="modal__list-item modal__list-item--meta" aria-live="polite"> <div class="modal__list-item modal__list-item--meta" aria-live="polite">
<span class="js-batch-title-count"></span> <span class="js-batch-title-count"></span>
<a href="#" class="modal__hide-link js-toggle-batch-list">Show</a> <a href="#" class="modal__hide-link js-toggle-batch-list">Show</a>
......
...@@ -12,9 +12,13 @@ ...@@ -12,9 +12,13 @@
&__header-bar { &__header-bar {
color: $color--white; color: $color--white;
background-color: $color--dark-blue; background-color: $color--dark-blue;
margin: -24px -24px 0; margin: -24px -24px 20px;
padding: 15px; padding: 15px;
text-align: center; text-align: center;
&--no-bottom-space {
margin-bottom: 0;
}
} }
&__list { &__list {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment