2020-10-19 14:45:50 +00:00
|
|
|
%pill-allow::before,
|
|
|
|
%pill-deny::before,
|
|
|
|
%pill-l7::before {
|
|
|
|
@extend %as-pseudo;
|
|
|
|
margin-right: 5px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
%pill-allow,
|
|
|
|
%pill-deny,
|
|
|
|
%pill-l7 {
|
|
|
|
display: inline-block;
|
2021-10-07 18:21:11 +00:00
|
|
|
font-weight: var(--typo-weight-normal);
|
|
|
|
font-size: var(--typo-size-600);
|
2020-10-19 14:45:50 +00:00
|
|
|
}
|
|
|
|
%pill-allow {
|
2021-10-07 18:21:11 +00:00
|
|
|
color: rgb(var(--tone-green-800));
|
|
|
|
background-color: rgb(var(--tone-green-100));
|
2020-10-19 14:45:50 +00:00
|
|
|
}
|
|
|
|
%pill-deny {
|
2021-10-07 18:21:11 +00:00
|
|
|
color: rgb(var(--tone-red-800));
|
|
|
|
background-color: rgb(var(--tone-red-100));
|
2020-10-19 14:45:50 +00:00
|
|
|
}
|
|
|
|
%pill-l7 {
|
|
|
|
@extend %frame-gray-900;
|
|
|
|
}
|
|
|
|
%pill-allow::before {
|
2021-06-22 17:56:17 +00:00
|
|
|
@extend %with-arrow-right-mask;
|
2020-10-19 14:45:50 +00:00
|
|
|
}
|
|
|
|
%pill-deny::before {
|
|
|
|
@extend %with-deny-color-mask;
|
|
|
|
}
|
|
|
|
%pill-l7::before {
|
|
|
|
@extend %with-layers-mask;
|
|
|
|
}
|