4
2
mirror of https://github.com/getbible/app.git synced 2024-12-23 00:08: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; color: #2c3e50;
// margin-top: 60px; // margin-top: 60px;
} }
.disabled {
cursor: not-allowed;
color: gray
}
.disabled:hover {
color:gray
}
</style> </style>