mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
20 lines
208 B
CSS
20 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;
|
||
|
}
|