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