2021-08-17 23:59:22 +00:00
|
|
|
.clickToContext {
|
|
|
|
border-radius: .4rem;
|
|
|
|
padding: .2rem 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clickToContext:hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.03);
|
2021-08-20 00:13:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.fresh {
|
|
|
|
background-color: rgba(0, 0, 0, 0.03);
|
|
|
|
border-radius: .4rem;
|
2021-08-17 23:59:22 +00:00
|
|
|
}
|