blob: 0e258853f1d1ec0be68c25d032aa3d71e7e691ca [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);
}