14 lines
239 B
CSS
14 lines
239 B
CSS
.clickToContext {
|
|
border-radius: .4rem;
|
|
padding: .2rem 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.clickToContext:hover {
|
|
background-color: rgba(0, 0, 0, 0.03);
|
|
}
|
|
|
|
.fresh {
|
|
background-color: rgba(0, 0, 0, 0.03);
|
|
border-radius: .4rem;
|
|
} |