2020-10-19 14:45:50 +00:00
|
|
|
%pill-allow::before,
|
|
|
|
%pill-deny::before,
|
|
|
|
%pill-l7::before {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
%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 {
|
2022-02-02 13:24:47 +00:00
|
|
|
@extend %with-allow-300;
|
2020-10-19 14:45:50 +00:00
|
|
|
}
|
|
|
|
%pill-deny::before {
|
2022-02-02 13:24:47 +00:00
|
|
|
@extend %with-deny-300;
|
2020-10-19 14:45:50 +00:00
|
|
|
}
|
|
|
|
%pill-l7::before {
|
2022-02-02 13:24:47 +00:00
|
|
|
@extend %with-l7-300;
|
2020-10-19 14:45:50 +00:00
|
|
|
}
|