mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
Order scss properties
This commit is contained in:
parent
c71144455b
commit
f6d38a7586
41 changed files with 372 additions and 295 deletions
|
@ -23,14 +23,14 @@
|
|||
transform: translate(-50%, -.25rem);
|
||||
border-radius: var(--border-radius);
|
||||
background: var(--tooltip-background-color);
|
||||
content: attr(data-tooltip);
|
||||
color: var(--tooltip-color);
|
||||
font-size: .875rem;
|
||||
font-style: normal;
|
||||
font-weight: var(--font-weight);
|
||||
font-size: .875rem;
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
content: attr(data-tooltip);
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
@ -44,8 +44,8 @@
|
|||
border-left: .3rem solid transparent;
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
color: var(--tooltip-background-color);
|
||||
content: '';
|
||||
color: var(--tooltip-background-color);
|
||||
}
|
||||
|
||||
&:focus,
|
||||
|
@ -55,8 +55,8 @@
|
|||
opacity: 1;
|
||||
|
||||
@if $enable-transitions {
|
||||
animation-name: slide;
|
||||
animation-duration: .2s;
|
||||
animation-name: slide;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue