mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 01:46:14 -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 @@ 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] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue