blob: 77db167063ad2092ceb7749b81d258398342b710 [file] [log] [blame]
@import '../../../elements-sk/modules/styles/table';
@import '../../../elements-sk/modules/styles/buttons';
@import '../colors';
skip-tasks-sk {
.grid {
display: grid;
grid-template-columns: auto auto;
}
button {
background: inherit;
border: none;
cursor: pointer;
}
table.new-rule tr {
background: inherit;
border: none;
}
}