mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-09 08:47:40 +08:00
17 lines
No EOL
252 B
SCSS
17 lines
No EOL
252 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;
|
|
} |