Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
ansuz 3 years ago
commit a4b89fff84

@ -248,6 +248,7 @@
text-align: center;
margin: 20px 0 30px 0;
.cp-form-anon-answer-input {
margin-top: 20px;
display: flex;
white-space: nowrap;
align-items: center;
@ -680,7 +681,11 @@
&.cp-clickable {
cursor: pointer;
&:hover {
transform: scale(1.1);
color: @cryptpad_color_link;
&::after {
font-family: FontAwesome;
content: "\00a0\f06e";
}
}
}
}

Loading…
Cancel
Save