mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 19:46:14 -04:00
fix: modal close button
This commit is contained in:
parent
0724efa574
commit
fc41088893
241 changed files with 477 additions and 477 deletions
|
@ -40,7 +40,6 @@
|
|||
width: 100%;
|
||||
max-height: calc(100vh - var(#{$css-var-prefix}spacing) * 2);
|
||||
margin: var(#{$css-var-prefix}spacing);
|
||||
padding: 0;
|
||||
overflow: auto;
|
||||
|
||||
@if map.get($breakpoints, "sm") {
|
||||
|
@ -63,6 +62,7 @@
|
|||
#{$close-selector} {
|
||||
margin: 0;
|
||||
margin-left: var(#{$css-var-prefix}spacing);
|
||||
padding: 0;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*!
|
||||
* Pico CSS ✨ v2.0.2 (https://picocss.com)
|
||||
* Pico CSS ✨ v2.0.3 (https://picocss.com)
|
||||
* Copyright 2019-2024 - Licensed under MIT
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue