-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
xtrasolutionsco.com
/
wp-content
/
themes
/
insurez
/
assets
/
scss
/
utils
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
_breakpoints.scss
0.669KB
Edit File
Delete File
Rename
_extends.scss
0.426KB
Edit File
Delete File
Rename
_mixins.scss
3.483KB
Edit File
Delete File
Rename
@use "sass:selector"; @mixin tp-root($child) { @at-root #{selector.unify(&, $child)} { @content; } } @mixin rtl{ [dir=rtl] & { @content; } } @mixin dark{ [tp-theme=tp-theme-dark] & { @content; } } // bg color @mixin bg-color($value, $opacity) { background-color: rgba($color: $value, $alpha: $opacity); } // placeholder input @mixin tp-placeholder { &::-webkit-input-placeholder { /* Chrome/Opera/Safari */ @content; } &::-moz-placeholder { /* Firefox 19+ */ @content; } &:-moz-placeholder { /* Firefox 4-18 */ @content; } &:-ms-input-placeholder { /* IE 10+ Edge*/ @content; } &::placeholder{ /* MODERN BROWSER */ @content; } } // animate @mixin animation($property) { -webkit-animation: $property; -moz-animation: $property; -ms-animation: $property; -o-animation: $property; animation: $property; } // filter @mixin filter($value) { -webkit-filter: $value; filter: $value; } // appearance for select @mixin appearance($value) { -webkit-appearance: $value; -moz-appearance: $value; -ms-appearance: $value; -o-appearance: $value; appearance: $value; } // keyframes @mixin keyframes($name) { @-webkit-keyframes #{$name} { @content; } @-moz-keyframes #{$name} { @content; } @-ms-keyframes #{$name} { @content; } @keyframes #{$name} { @content; } } //backgroud @mixin background { background-position: center; background-size: cover; background-repeat: no-repeat; } // transition specific @mixin tp-transition($property: all, $time: .3s, $func : ease-out, $delay : 0s) { -webkit-transition: $property $time $delay $func; -moz-transition: $property $time $delay $func; -ms-transition: $property $time $delay $func; -o-transition: $property $time $delay $func; transition: $property $time $delay $func; } // transition multiple @mixin tp-transition-mul($property) { -webkit-transition: $property; -moz-transition: $property; -ms-transition: $property; -o-transition: $property; transition: $property ; } // transform @mixin transform($transforms) { -webkit-transform: $transforms; -moz-transform: $transforms; -ms-transform: $transforms; -o-transform: $transforms; transform: $transforms; } // sentence case @mixin sentence-case() { text-transform: lowercase; &:first-letter { text-transform: uppercase; } } // Flexbox display @mixin flexbox() { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } //transition @mixin transition($time) { -webkit-transition: all $time ease-out 0s; -moz-transition: all $time ease-out 0s; -ms-transition: all $time ease-out 0s; -o-transition: all $time ease-out 0s; transition: all $time ease-out 0s; }
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat