mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
19 lines
208 B
CSS
19 lines
208 B
CSS
.user-links {
|
|
margin-right: 25px;
|
|
}
|
|
|
|
.user-links > * + * {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.link {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.link .link-text {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.link .link-icon {
|
|
margin-right: 2px;
|
|
}
|