| Current Path : /home/atelierpru/www/OLD/squelettes/less/framework_components/ |
| Current File : /home/atelierpru/www/OLD/squelettes/less/framework_components/newsletter-providers.less |
form[action*='createsend.com']{
*{
.transition(0.3s,linear);
opacity: 0;
}
&.form--active{
*{
opacity: 1;
}
}
.input-checkbox{
+ br{
display: none;
}
}
&.no-labels{
label{
display: none
}
}
br{
display: none;
}
p{
> label{
&:first-child{
margin-bottom: @base-line-height / 2;
}
}
}
}
form[action*='list-manage.com']{
h2{
.h4;
}
.input-group{
ul{
overflow: hidden;
li{
float: left;
}
}
}
*{
.transition(0.3s,linear);
opacity: 0;
}
&.form--active{
*{
opacity: 1;
}
}
&.no-labels{
label{
display: none
}
}
.small-meta{
font-size: 0.5em;
}
}