mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 10:58:25 +00:00
13 lines
248 B
SCSS
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;
|
|
}
|