123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 |
- // Blur effect
- .blur {
- box-shadow: $blur-box-shadow;
- -webkit-backdrop-filter: $blur-backdrop-filter;
- backdrop-filter: $blur-backdrop-filter;
- background-color: $card-background-blur !important;
- &.saturation-less {
- -webkit-backdrop-filter: $blur-backdrop-filter-less;
- backdrop-filter: $blur-backdrop-filter-less;
- }
- &.blur-rounded {
- border-radius: $blur-border-radius-rounded;
- }
- &.blur-light {
- background-color: $blur-light-background;
- }
- &.blur-dark {
- background-color: $blur-dark-background;
- }
- }
- .shadow-blur {
- box-shadow: $shadow-blur-box-shadow !important;
- }
- .shadow-card {
- box-shadow: $card-box-shadow !important;
- }
- .navbar-blur {
- -webkit-backdrop-filter: $blur-backdrop-filter;
- backdrop-filter: $blur-backdrop-filter;
- background-color: rgba($white, .58) !important;
- }
- .blur-section {
- -webkit-backdrop-filter: $blur-backdrop-filter;
- backdrop-filter: $blur-backdrop-filter;
- &.blur-gradient-primary {
- @include gradient-directional(rgba($primary-gradient, .95) 0%, rgba($primary-gradient-state, .95) 100%, $deg: 310deg);
- }
- }
- // Transition on hover
- * {
- &.move-on-hover {
- -webkit-transition: $move-transition;
- transition: $move-transition;
- overflow: $move-overflow;
- -webkit-transform-origin: $move-transform-origin;
- transform-origin: $move-transform-origin;
- transform-origin: $move-transform-origin;
- -webkit-transform: $move-transform;
- transform: $move-transform;
- -webkit-backface-visibility: $move-backface-visibility;
- backface-visibility: $move-backface-visibility;
- will-change: $move-will-change;
- &:hover {
- -webkit-transform: $move-hover-transform;
- transform: $move-hover-transform;
- }
- }
- &.gradient-animation {
- background: $gradient-animation-background;
- background-size: $gradient-animation-bg-size !important;
- animation: $device-wrapper-animation;
- }
- }
- // hr lines
- hr {
- border-top: none !important;
- height: 1px;
- }
- // Vertical Line
- hr.vertical {
- position: absolute;
- background-color: $hr-bg-color;
- height: 100%;
- right: 0;
- top: 0;
- width: 1px;
- &.light {
- background-image: $hr-vertical-bg-image-light;
- }
- &.dark {
- background-image: $hr-vertical-bg-image-dark;
- }
- &.gray-light {
- background-image: $hr-horizontal-bg-image-gray-light;
- }
- }
- // Horizontal Line
- hr.horizontal {
- background-color: $hr-bg-color;
- &.light {
- background-image: $hr-horizontal-bg-image-light;
- }
- &.dark {
- background-image: $hr-horizontal-bg-image-dark;
- }
- &.gray-light {
- background-image: $hr-horizontal-bg-image-gray-light;
- }
- }
- // lock style
- .lock-size {
- width: 1.7rem;
- height: 1.7rem;
- }
- .border-radius-xs {
- border-radius: $border-radius-xs;
- }
- .border-radius-sm {
- border-radius: $border-radius-sm;
- }
- .border-radius-md {
- border-radius: $border-radius-md;
- }
- .border-radius-lg {
- border-radius: $border-radius-lg;
- }
- .border-radius-xl {
- border-radius: $border-radius-xl;
- }
- .border-radius-2xl {
- border-radius: $border-radius-2xl;
- }
- .border-radius-section {
- border-radius: $border-radius-section;
- }
- .border-bottom-end-radius-0 {
- border-bottom-right-radius: 0;
- }
- .border-top-end-radius-0 {
- border-top-right-radius: 0;
- }
- .border-bottom-start-radius-0 {
- border-bottom-left-radius: 0;
- }
- .border-top-start-radius-0 {
- border-top-left-radius: 0;
- }
- .border-dashed{
- border-style: dashed;
- }
- .z-index-sticky {
- z-index: $zindex-sticky;
- }
- // moving waves animation
- .waves {
- position: $waves-position;
- width: $waves-width;
- height: $waves-height;
- margin-bottom: $waves-margin-bottom;
- /*Fix for safari gap*/
- min-height: $waves-min-height;
- max-height: $waves-max-height;
- &.waves-sm {
- height: $waves-height-sm;
- min-height: $waves-min-height-sm;
- }
- &.no-animation {
- .moving-waves > use {
- animation: none;
- }
- }
- }
- .wave-rotate {
- transform: $waves-rotate;
- }
- /* Animation for the waves */
- .moving-waves > use {
- animation: $moving-waves-animation;
- }
- .moving-waves > use:nth-child(1) {
- animation-delay: $moving-waves-child-1-delay;
- animation-duration: $moving-waves-child-1-duration;
- }
- .moving-waves > use:nth-child(2) {
- animation-delay: $moving-waves-child-2-delay;
- animation-duration: $moving-waves-child-2-duration;
- }
- .moving-waves > use:nth-child(3) {
- animation-delay: $moving-waves-child-3-delay;
- animation-duration: $moving-waves-child-3-duration;
- }
- .moving-waves > use:nth-child(4) {
- animation-delay: $moving-waves-child-4-delay;
- animation-duration: $moving-waves-child-4-duration;
- }
- .moving-waves > use:nth-child(5) {
- animation-delay: $moving-waves-child-5-delay;
- animation-duration: $moving-waves-child-5-duration;
- }
- .moving-waves > use:nth-child(6) {
- animation-delay: $moving-waves-child-6-delay;
- animation-duration: $moving-waves-child-6-duration;
- }
- @keyframes move-forever {
- 0% {
- transform: $moving-waves-keyframe-0;
- }
- 100% {
- transform: $moving-waves-keyframe-100;
- }
- }
- /*Shrinking for mobile*/
- @include media-breakpoint-down(md) {
- .waves {
- height: $waves-mobile-height;
- min-height: $waves-mobile-height;
- }
- hr.horizontal {
- background-color: $hr-bg;
- &:not(.dark) {
- background-image: $hr-bg-image;
- }
- &.vertical {
- transform: $hr-transform;
- }
- &.dark {
- background-image: $hr-bg-dark-image;
- }
- }
- }
- .overflow-visible {
- overflow: visible !important;
- }
- // popover title
- .popover {
- .popover-header {
- font-weight: 600;
- }
- }
- // Background Sizes
- .bg-cover{
- background-size: cover;
- }
- // Overflow directional
- .overflow-x-hidden {
- overflow-x: hidden;
- }
- .overflow-y-hidden {
- overflow-y: hidden;
- }
- .overflow-x-scroll {
- overflow-x: scroll;
- }
- .overflow-y-scroll {
- overflow-y: scroll;
- }
- // Mask Class
- .mask {
- position: $mask-position;
- background-size: $mask-bg-size;
- background-position: $mask-bg-position;
- top: $mask-top;
- left: $mask-left;
- width: $mask-width;
- height: $mask-height;
- opacity: $mask-opacity;
- }
- // Cursor Pointer Class
- .cursor-pointer {
- cursor: pointer;
- }
- // Translate 50% Class
- .transform-translate-50{
- transform: translate(0,-50%)
- }
- // VR Pages
- @include media-breakpoint-up(lg) {
- .virtual-reality {
- .sidenav {
- margin-top: $spacer * 1.5;
- animation-name: $animation-name;
- animation-fill-mode: $animation-mode;
- animation-duration: $animation-duration;
- transform: $transform-scale;
- background: $white;
- left: $position-left !important;
- position: absolute;
- }
- }
- }
- // border inside iframe sections
- html {
- border: none !important;
- }
- .container,
- .container-fluid {
- @include make-container();
- }
|