You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
313 B
26 lines
313 B
|
1 year ago
|
.operation {
|
||
|
|
display: inline-block;
|
||
|
|
min-width: 120px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.danger {
|
||
|
|
color: var(--red);
|
||
|
|
}
|
||
|
|
.disabled {
|
||
|
|
cursor: not-allowed;
|
||
|
|
a {
|
||
|
|
pointer-events: none;
|
||
|
|
color: rgba(0, 0, 0, 0.65);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.operation {
|
||
|
|
a {
|
||
|
|
// color: rgba(0, 0, 0, 0.65);
|
||
|
|
&:hover {
|
||
|
|
color: var(--p);
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|