4
2
Fork 0

added disabled css class

This commit is contained in:
Erastus Amunwe 2020-10-26 23:09:28 +02:00
parent e8f2ebc2a3
commit f732407a4b
1 changed files with 7 additions and 0 deletions

View File

@ -37,4 +37,11 @@ export default {
color: #2c3e50;
// margin-top: 60px;
}
.disabled {
cursor: not-allowed;
color: gray
}
.disabled:hover {
color:gray
}
</style>