fix password help icon alignment
parent
2dd5f5fc2f
commit
0f87052198
|
@ -31,7 +31,7 @@
|
|||
|
||||
// teams invite modal
|
||||
.cp-teams-invite-block {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 5px;
|
||||
span {
|
||||
|
@ -52,7 +52,8 @@
|
|||
}
|
||||
.cp-teams-help {
|
||||
color: @colortheme_logo-2;
|
||||
margin-left: 10px;
|
||||
text-align: center;
|
||||
width: 30px;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue