diff --git a/.gitignore b/.gitignore index 91e8a0b3..77c34383 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ tags tmp/ conf/ app/config/main.coffee +app/plugins/taiga-front-extras diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index f5de2abe..d3e57bbb 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -382,6 +382,17 @@ @extend %large; @extend %title; } + .newsletter-delete { + margin-top: 1rem; + text-align: center; + input { + margin-right: .5rem; + +label { + @extend %small; + @extend %text; + } + } + } .delete-options { @include table-flex(); a {