mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 09:26:14 -04:00
Build CSS
This commit is contained in:
parent
973e8a0fd8
commit
cde9f1169e
252 changed files with 2820 additions and 1560 deletions
|
@ -3549,16 +3549,26 @@ main {
|
|||
border-bottom-right-radius: var(--pico-border-radius);
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
[dir=rtl] button:not(:first-child),
|
||||
[dir=rtl] [type=submit]:not(:first-child),
|
||||
[dir=rtl] [type=reset]:not(:first-child),
|
||||
[dir=rtl] [type=button]:not(:first-child),
|
||||
[dir=rtl] [role=button]:not(:first-child),
|
||||
[dir=rtl] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||
[dir=rtl] select:not(:first-child),
|
||||
[dir=rtl] label:not(:first-child),
|
||||
[dir=rtl] > legend:not(:first-child),
|
||||
[dir=rtl] > details > summary:not(:first-child) {
|
||||
[dir=rtl] .pico [role=search] button:not(:first-child),
|
||||
[dir=rtl] .pico [role=search] [type=submit]:not(:first-child),
|
||||
[dir=rtl] .pico [role=search] [type=reset]:not(:first-child),
|
||||
[dir=rtl] .pico [role=search] [type=button]:not(:first-child),
|
||||
[dir=rtl] .pico [role=search] [role=button]:not(:first-child),
|
||||
[dir=rtl] .pico [role=search] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||
[dir=rtl] .pico [role=search] select:not(:first-child),
|
||||
[dir=rtl] .pico [role=search] label:not(:first-child),
|
||||
[dir=rtl] .pico [role=search] > legend:not(:first-child),
|
||||
[dir=rtl] .pico [role=search] > details > summary:not(:first-child),
|
||||
[dir=rtl] .pico [role=group] button:not(:first-child),
|
||||
[dir=rtl] .pico [role=group] [type=submit]:not(:first-child),
|
||||
[dir=rtl] .pico [role=group] [type=reset]:not(:first-child),
|
||||
[dir=rtl] .pico [role=group] [type=button]:not(:first-child),
|
||||
[dir=rtl] .pico [role=group] [role=button]:not(:first-child),
|
||||
[dir=rtl] .pico [role=group] input:not([type=checkbox], [type=radio]):not(:first-child),
|
||||
[dir=rtl] .pico [role=group] select:not(:first-child),
|
||||
[dir=rtl] .pico [role=group] label:not(:first-child),
|
||||
[dir=rtl] .pico [role=group] > legend:not(:first-child),
|
||||
[dir=rtl] .pico [role=group] > details > summary:not(:first-child) {
|
||||
margin-right: calc(var(--pico-border-width) * -1);
|
||||
margin-left: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue