fix password help icon
This commit is contained in:
parent
d2ea3c4221
commit
2dd5f5fc2f
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
// teams invite modal
|
// teams invite modal
|
||||||
.cp-teams-invite-block {
|
.cp-teams-invite-block {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
span {
|
span {
|
||||||
@ -50,4 +50,11 @@
|
|||||||
margin-right: 10px;;
|
margin-right: 10px;;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.cp-teams-help {
|
||||||
|
color: @colortheme_logo-2;
|
||||||
|
margin-left: 10px;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user