Layout for newsletter unsubscribe input
parent
0ac154612c
commit
19da1a1b48
|
@ -11,3 +11,4 @@ tags
|
||||||
tmp/
|
tmp/
|
||||||
conf/
|
conf/
|
||||||
app/config/main.coffee
|
app/config/main.coffee
|
||||||
|
app/plugins/taiga-front-extras
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue