fix password help icon alignment

pull/1/head
David Benqué 5 years ago
parent 2dd5f5fc2f
commit 0f87052198

@ -31,7 +31,7 @@
// teams invite modal // teams invite modal
.cp-teams-invite-block { .cp-teams-invite-block {
display: inline-flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 5px; margin-bottom: 5px;
span { span {
@ -52,7 +52,8 @@
} }
.cp-teams-help { .cp-teams-help {
color: @colortheme_logo-2; color: @colortheme_logo-2;
margin-left: 10px; text-align: center;
width: 30px;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
} }

Loading…
Cancel
Save