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;
|
2023-06-12 18:03:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.alertBtn {
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
user-select: none;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0 solid transparent;
|
|
|
|
font-size: 0.9rem;
|
2023-07-04 22:19:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.subFormGroup > div {
|
|
|
|
margin-right: 0 !important;
|
2021-08-17 23:59:22 +00:00
|
|
|
}
|