mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-01 04:51:44 +08:00
24 lines
No EOL
363 B
SCSS
24 lines
No EOL
363 B
SCSS
.button-geen{
|
|
background: #37ce02;
|
|
color: #fff;
|
|
}
|
|
.button-geen:hover{
|
|
background: lighten(#37ce02, 2%);
|
|
color: #fff;
|
|
}
|
|
|
|
.button-red{
|
|
background: #ce3702;
|
|
color: #fff;
|
|
}
|
|
.button-red:hover{
|
|
background: lighten(#ce3702, 2%);
|
|
color: #fff;
|
|
}
|
|
.link{
|
|
color: rgb(0, 102, 255) !important;
|
|
cursor: pointer;
|
|
}
|
|
.link:hover{
|
|
text-decoration: underline;
|
|
} |