podemos-info/participa2

View on GitHub
decidim-module-votings/app/assets/stylesheets/decidim/votings/_voting_list.scss

Summary

Maintainability
Test Coverage
#voting_change_shared_key{
  margin-bottom: 0;
}

.electoral-district-fields{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 0 1rem;

  .inline-field{
    margin-bottom: 0;
    margin-right: 10px;
    height: 40px;

    .data-picker,
    input[type=text],
    .action-icon *{
      height: 100%;
    }

    &:last-child{
      margin-right: 0;
    }
  }

  .inline-field--main{
    flex: 1 0 400px;
  }

  .inline-field--action{
    flex: 0;
  }
}