balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

app-base-rtl.css (2136B)


      1 /*! elementor - v3.4.4 - 13-09-2021 */
      2 :root {
      3   --color-box-shadow-color: rgba(0, 0, 0, 0.05); }
      4 
      5 .eps-theme-dark {
      6   --color-box-shadow-color: rgba(0, 0, 0, 0.1); }
      7 
      8 .sr-only {
      9   position: absolute;
     10   width: 1px;
     11   height: 1px;
     12   padding: 0;
     13   margin: -1px;
     14   overflow: hidden;
     15   clip: rect(0, 0, 0, 0);
     16   white-space: nowrap;
     17   border: 0; }
     18 
     19 @media screen and (min-width: 480px) {
     20   .text-start-sm {
     21     text-align: start; } }
     22 
     23 @media screen and (min-width: 480px) {
     24   .text-center-sm {
     25     text-align: center; } }
     26 
     27 @media screen and (min-width: 480px) {
     28   .text-end-sm {
     29     text-align: end; } }
     30 
     31 @media screen and (min-width: 768px) {
     32   .text-start-md {
     33     text-align: start; } }
     34 
     35 @media screen and (min-width: 768px) {
     36   .text-center-md {
     37     text-align: center; } }
     38 
     39 @media screen and (min-width: 768px) {
     40   .text-end-md {
     41     text-align: end; } }
     42 
     43 @media screen and (min-width: 1025px) {
     44   .text-start-lg {
     45     text-align: start; } }
     46 
     47 @media screen and (min-width: 1025px) {
     48   .text-center-lg {
     49     text-align: center; } }
     50 
     51 @media screen and (min-width: 1025px) {
     52   .text-end-lg {
     53     text-align: end; } }
     54 
     55 @media screen and (min-width: 1440px) {
     56   .text-start-xl {
     57     text-align: start; } }
     58 
     59 @media screen and (min-width: 1440px) {
     60   .text-center-xl {
     61     text-align: center; } }
     62 
     63 @media screen and (min-width: 1440px) {
     64   .text-end-xl {
     65     text-align: end; } }
     66 
     67 @media screen and (min-width: 1600px) {
     68   .text-start-xxl {
     69     text-align: start; } }
     70 
     71 @media screen and (min-width: 1600px) {
     72   .text-center-xxl {
     73     text-align: center; } }
     74 
     75 @media screen and (min-width: 1600px) {
     76   .text-end-xxl {
     77     text-align: end; } }
     78 
     79 @-webkit-keyframes eps-animation-pop {
     80   from {
     81     -webkit-transform: scale(0.75);
     82             transform: scale(0.75);
     83     opacity: 0; }
     84   to {
     85     -webkit-transform: scale(1);
     86             transform: scale(1);
     87     opacity: 1; } }
     88 
     89 @keyframes eps-animation-pop {
     90   from {
     91     -webkit-transform: scale(0.75);
     92             transform: scale(0.75);
     93     opacity: 0; }
     94   to {
     95     -webkit-transform: scale(1);
     96             transform: scale(1);
     97     opacity: 1; } }
     98 /*# sourceMappingURL=app-base-rtl.css.map */