mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-13 03:18:54 +08:00
12 lines
No EOL
196 B
SCSS
12 lines
No EOL
196 B
SCSS
.settings-container{
|
|
div{
|
|
padding-left: 15px;
|
|
.link{
|
|
color: rgb(0, 102, 255) !important;
|
|
cursor: pointer;
|
|
}
|
|
.link:hover{
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
} |