update to Tabler v1.5.1
This commit is contained in:
parent
58bd5490e2
commit
0e6063f421
426 changed files with 57276 additions and 16205 deletions
6
storage/public/dist/css/tabler-socials.css
vendored
6
storage/public/dist/css/tabler-socials.css
vendored
|
|
@ -10,14 +10,18 @@
|
|||
* @param {Color} $color - The base color to be made transparent.
|
||||
* @param {Number} $alpha - The level of transparency, ranging from 0 (fully transparent) to 1 (fully opaque). Default is 1.
|
||||
* @return {Color} - The resulting color with the specified transparency.
|
||||
*
|
||||
* Mixes in `oklab` so tints against an opaque background (e.g. alert backgrounds
|
||||
* over `--bg-surface`) stay perceptually even; mixing with `transparent` gives
|
||||
* the same result in every color space.
|
||||
*/
|
||||
.social {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
height: 2.5rem;
|
||||
aspect-ratio: 1;
|
||||
background: no-repeat center/cover;
|
||||
vertical-align: bottom;
|
||||
background: no-repeat center/cover;
|
||||
}
|
||||
|
||||
.social-app-apple {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue