mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
updated accordian and dropdown to not overlap the arrow, provide enough space for the arrow, and keep the arrow at the top when theres multi-lines for the sumary text.
Reverted back the container padding.
This commit is contained in:
parent
e8bfb763ff
commit
869da59717
4 changed files with 37 additions and 23 deletions
|
@ -14,16 +14,15 @@
|
|||
}
|
||||
|
||||
#{$parent-selector} .container {
|
||||
//$first-breakpoint: true;
|
||||
$first-breakpoint: true;
|
||||
@each $key, $values in $breakpoints {
|
||||
@if $values {
|
||||
@media (min-width: map.get($values, "breakpoint")) {
|
||||
max-width: map.get($values, "viewport");
|
||||
//@if $first-breakpoint {
|
||||
// $first-breakpoint: false;
|
||||
// padding-right: 0;
|
||||
// padding-left: 0;
|
||||
//}
|
||||
@if $first-breakpoint {
|
||||
$first-breakpoint: false;
|
||||
padding-inline: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue