mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
Got the file validation and previewer lines up nicer
This commit is contained in:
parent
7602474cfd
commit
b611b528bc
239 changed files with 5076 additions and 3137 deletions
|
@ -33,6 +33,8 @@
|
|||
// Spacings
|
||||
#{$css-var-prefix}spacing: 1rem;
|
||||
|
||||
#{$css-var-prefix}icon-red-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(183.25, 63.5, 59)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
||||
|
||||
// Spacings for typography elements
|
||||
@if map.get($modules, "content/typography") {
|
||||
#{$css-var-prefix}typography-spacing-vertical: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue