2019-05-01 18:09:29 +00:00
|
|
|
// TODO: Move this out of here and into probably modal
|
|
|
|
.type-dialog {
|
2018-10-19 15:17:02 +00:00
|
|
|
@extend %anchor;
|
|
|
|
cursor: pointer;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
%token-yours {
|
2018-11-09 15:28:26 +00:00
|
|
|
color: $blue-500;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
2020-01-16 09:10:32 +00:00
|
|
|
%token-yours::before {
|
|
|
|
@extend %with-check-circle-fill-mask, %as-pseudo;
|
2018-11-09 15:28:26 +00:00
|
|
|
background-color: $blue-500;
|
2020-01-16 09:10:32 +00:00
|
|
|
margin-right: 5px;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
|
|
|
.me ~ :nth-last-child(2) {
|
|
|
|
@extend %token-yours;
|
|
|
|
}
|
|
|
|
.template-token.template-list main .notice {
|
|
|
|
margin-top: -20px;
|
|
|
|
}
|
|
|
|
.template-token.template-edit dd {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.template-token.template-edit dl {
|
|
|
|
@extend %form-row;
|
|
|
|
}
|