4
2
mirror of https://github.com/getbible/app.git synced 2024-12-22 07:48:55 +00:00

added disabled css class

This commit is contained in:
Erastus Amunwe 2020-10-26 23:09:28 +02:00
parent e8f2ebc2a3
commit f732407a4b

View File

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