Layout for newsletter unsubscribe input

stable
Xavier Julián 2014-10-14 13:24:24 +02:00
parent 0ac154612c
commit 19da1a1b48
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ tags
tmp/ tmp/
conf/ conf/
app/config/main.coffee app/config/main.coffee
app/plugins/taiga-front-extras

View File

@ -382,6 +382,17 @@
@extend %large; @extend %large;
@extend %title; @extend %title;
} }
.newsletter-delete {
margin-top: 1rem;
text-align: center;
input {
margin-right: .5rem;
+label {
@extend %small;
@extend %text;
}
}
}
.delete-options { .delete-options {
@include table-flex(); @include table-flex();
a { a {