blob: 89149990e40b87b5ee3e97e07948f4fbecee8cb0 [file] [log] [blame]
@import '../colors';
patch-sk {
.cl-detail-container {
width:200px;
position: relative;
}
.cl-detail {
position: absolute;
bottom: -40px;
left: 0px;
}
table {
border: none;
width: 100%;
}
td {
vertical-align: middle;
}
.patch-manual {
padding-left: 50px;
}
input-sk {
width:20em;
}
.cl-error {
color: var(--error);
}
}
/* Outside patch-sk because darkmode exists outside it. */
.darkmode patch-sk a {
color: var(--secondary);
}