.powerPathNavigator .helm button.pressedButton,
.powerPathNavigator .helm button:active:not(.disabledButton),
.powerPathNavigator table.powerPathInfo th:active,
.powerPathNavigator table.powerPathInfo th:active + th:last-child {
}
.powerPathNavigator .helm button.pressedButton,
.powerPathNavigator .helm button:active:not(.disabledButton) {
}
.foo,
.bar {
display: block;
}
.field
{
background: green;
}
.element , .element {}
.element
,
.element
{}
.element .element {}
.element
.element
{}
.element > .element {}
.element
>
.element
{}
.element + .element {}
.element
+
.element
{}
.element ~ .element {}
.element
~
.element
{}
.element >>> .element {}
.element
>>>
.element
{}
a[/* comment 61 */target/* comment 62 */] {}
a[/* comment 63 */target/* comment 64 */=/* comment 65 */"_blank"/* comment 66 */] {}
a[/* comment 67 */target/* comment 68 */~=/* comment 69 */"_blank"/* comment 70 */] {}
a[/* comment 71 */target/* comment 72 */|=/* comment 73 */"_blank"/* comment 74 */] {}
a[/* comment 75 */target/* comment 76 */^=/* comment 77 */"_blank"/* comment 78 */] {}
a[/* comment 79 */target/* comment 80 */$=/* comment 81 */"_blank"/* comment 82 */] {}
a[/* comment 83 */target/* comment 84 */*=/* comment 85 */"_blank"/* comment 86 */] {}
[/* comment 87 */foo/* comment 88 */|/* comment 89 */att/* comment 90 */=/* comment 91 */val/* comment 92 */] {}
[/* comment 93 */*/* comment 94 */|/* comment 95 */att/* comment 96 */] {}
[/* comment 97 */|/* comment 98 */att/* comment 99 */] {}
a:active {}
a::after {}
p:lang(/* comment 104 */it/* comment 105 */) {}
span:nth-child(/* comment 106 */2n/* comment 107 */+/* comment 108 */1/* comment 109 */) {}
::-webkit-progress-bar {}
:matches(/* comment 112 */section/* comment 113 */,/* comment 114 */ article/* comment 115 */) h1 {}
* {}
#container{}
.error{}
a{}
input:not(/* comment 125 */[/* comment 126 */disabled/* comment 127 */]/* comment 128 */) {}
h1, h2, h3 {}
.phone {
&_title {
width: 500px;
body.is_dark & {
color: white;
}
}
img {
display: block;
}
}
@media (max-width: 500px) {
a {
b {}
}
}
article :--heading + p {}
.foo :global .bar {}
.foo :global(.bar) .baz {}
.foo :local .bar {}
.foo :local(.foo) .bar {}
:root {
--centered : {
display: flex;
align-items: center;
justify-content: center;
};
}