linting
parent
22873fe1f7
commit
708ad7a10d
customize.dist/src/less2/include
www/common
|
@ -518,10 +518,10 @@
|
|||
}
|
||||
}
|
||||
.alert {
|
||||
margin:5px 0px;
|
||||
font-size:12px;
|
||||
padding:5px;
|
||||
border-radius:0px;
|
||||
margin: 5px 0px;
|
||||
font-size: 12px;
|
||||
padding: 5px;
|
||||
border-radius: 0px;
|
||||
&.alert-primary {
|
||||
background-color: @alertify-base;
|
||||
color: @alertify-fg;
|
||||
|
@ -531,7 +531,6 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1105,8 +1105,8 @@ define([
|
|||
h('i.fa.fa-lock'), ' ',
|
||||
Messages.share_linkPasswordAlert, h('br'),
|
||||
makeFaqLink()
|
||||
]))
|
||||
};
|
||||
]));
|
||||
}
|
||||
|
||||
var link = h('div.cp-share-modal', linkContent);
|
||||
var $link = $(link);
|
||||
|
@ -1183,8 +1183,8 @@ define([
|
|||
h('i.fa.fa-unlock'), ' ',
|
||||
Messages.share_contactPasswordAlert, h('br'),
|
||||
makeFaqLink()
|
||||
]))
|
||||
};
|
||||
]));
|
||||
}
|
||||
|
||||
|
||||
var contactButtons = [makeCancelButton(),
|
||||
|
@ -1213,8 +1213,8 @@ define([
|
|||
h('i.fa.fa-lock'), ' ',
|
||||
Messages.share_embedPasswordAlert, h('br'),
|
||||
makeFaqLink()
|
||||
]))
|
||||
};
|
||||
]));
|
||||
}
|
||||
|
||||
var embedButtons = [
|
||||
makeCancelButton(), {
|
||||
|
|
Loading…
Reference in New Issue