mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
build output
This commit is contained in:
parent
827e5fa308
commit
c8eb505030
236 changed files with 708 additions and 708 deletions
|
@ -1108,7 +1108,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ dialog article > header .close, dialog article > header :is(a, button)[rel=prev]
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.amber.min.css
vendored
2
css/pico.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ dialog article > header .close, dialog article > header :is(a, button)[rel=prev]
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.blue.min.css
vendored
2
css/pico.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.amber.min.css
vendored
2
css/pico.classless.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.blue.min.css
vendored
2
css/pico.classless.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.amber.min.css
vendored
2
css/pico.classless.conditional.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.blue.min.css
vendored
2
css/pico.classless.conditional.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.cyan.min.css
vendored
2
css/pico.classless.conditional.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.green.min.css
vendored
2
css/pico.classless.conditional.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.grey.min.css
vendored
2
css/pico.classless.conditional.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.jade.min.css
vendored
2
css/pico.classless.conditional.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.lime.min.css
vendored
2
css/pico.classless.conditional.lime.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.pink.min.css
vendored
2
css/pico.classless.conditional.pink.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.red.min.css
vendored
2
css/pico.classless.conditional.red.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.sand.min.css
vendored
2
css/pico.classless.conditional.sand.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.slate.min.css
vendored
2
css/pico.classless.conditional.slate.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.conditional.zinc.min.css
vendored
2
css/pico.classless.conditional.zinc.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.cyan.min.css
vendored
2
css/pico.classless.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.fuchsia.min.css
vendored
2
css/pico.classless.fuchsia.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.green.min.css
vendored
2
css/pico.classless.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.grey.min.css
vendored
2
css/pico.classless.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.indigo.min.css
vendored
2
css/pico.classless.indigo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.jade.min.css
vendored
2
css/pico.classless.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.lime.min.css
vendored
2
css/pico.classless.lime.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.orange.min.css
vendored
2
css/pico.classless.orange.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.pink.min.css
vendored
2
css/pico.classless.pink.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.pumpkin.min.css
vendored
2
css/pico.classless.pumpkin.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.purple.min.css
vendored
2
css/pico.classless.purple.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.red.min.css
vendored
2
css/pico.classless.red.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.sand.min.css
vendored
2
css/pico.classless.sand.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.slate.min.css
vendored
2
css/pico.classless.slate.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.violet.min.css
vendored
2
css/pico.classless.violet.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.yellow.min.css
vendored
2
css/pico.classless.yellow.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -942,7 +942,7 @@ td {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1573,7 +1573,7 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
}
|
||||
}
|
||||
[dir=rtl] :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1765,7 +1765,7 @@ details summary:focus-visible:not([role]) {
|
|||
}
|
||||
details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1781,7 +1781,7 @@ details[open] > summary::after {
|
|||
}
|
||||
|
||||
[dir=rtl] details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] details summary::after {
|
||||
float: left;
|
||||
|
@ -2034,7 +2034,7 @@ dialog article > header :is(a, button)[rel=prev] {
|
|||
float: right;
|
||||
}
|
||||
dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
dialog article > footer button,
|
||||
dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.classless.zinc.min.css
vendored
2
css/pico.classless.zinc.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.conditional.amber.min.css
vendored
2
css/pico.conditional.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.conditional.blue.min.css
vendored
2
css/pico.conditional.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.conditional.cyan.min.css
vendored
2
css/pico.conditional.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.conditional.fuchsia.min.css
vendored
2
css/pico.conditional.fuchsia.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.conditional.green.min.css
vendored
2
css/pico.conditional.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.conditional.grey.min.css
vendored
2
css/pico.conditional.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.conditional.indigo.min.css
vendored
2
css/pico.conditional.indigo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
2
css/pico.conditional.jade.min.css
vendored
2
css/pico.conditional.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1108,7 +1108,7 @@ main {
|
|||
background-color: var(--pico-background-color);
|
||||
color: var(--pico-color);
|
||||
font-weight: var(--pico-font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
@ -1739,7 +1739,7 @@ main {
|
|||
}
|
||||
}
|
||||
[dir=rtl] .pico :is([type=date], [type=datetime-local], [type=month], [type=time], [type=week]) {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1931,7 +1931,7 @@ main {
|
|||
}
|
||||
.pico details summary[role=button] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.pico details summary[role=button]::after {
|
||||
height: calc(1rem * var(--pico-line-height, 1.5));
|
||||
|
@ -1947,7 +1947,7 @@ main {
|
|||
}
|
||||
|
||||
[dir=rtl] .pico details summary {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
[dir=rtl] .pico details summary::after {
|
||||
float: left;
|
||||
|
@ -2360,7 +2360,7 @@ main {
|
|||
float: right;
|
||||
}
|
||||
.pico dialog article > footer {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.pico dialog article > footer button,
|
||||
.pico dialog article > footer [role=button] {
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue