2020-06-17 10:25:54 +01:00

13 lines
248 B
SCSS

// TODO: Move this out of here and into probably modal
.type-dialog {
@extend %anchor;
cursor: pointer;
float: right;
}
.template-token.template-edit main dd {
display: flex;
}
.template-token.template-edit main dl {
@extend %form-row;
}