@tattvafoundation/upyog-css 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -226,11 +226,6 @@ img, video {
226
226
  -webkit-transform: rotate(1turn);
227
227
  transform: rotate(1turn); } }
228
228
 
229
- @keyframes spin {
230
- to {
231
- -webkit-transform: rotate(1turn);
232
- transform: rotate(1turn); } }
233
-
234
229
  @-webkit-keyframes ping {
235
230
  75%, to {
236
231
  -webkit-transform: scale(2);
@@ -10199,6 +10194,23 @@ button.submit-bar:hover {
10199
10194
  .mobile-CardWrapper {
10200
10195
  min-height: 20vh; } }
10201
10196
 
10197
+ .spinner {
10198
+ border: 3px solid #fff;
10199
+ border-top-color: #000;
10200
+ border-radius: 50%;
10201
+ width: 18px;
10202
+ height: 18px;
10203
+ -webkit-animation: spin 1s linear infinite;
10204
+ animation: spin 1s linear infinite; }
10205
+
10206
+ @keyframes spin {
10207
+ 0% {
10208
+ -webkit-transform: rotate(0deg);
10209
+ transform: rotate(0deg); }
10210
+ to {
10211
+ -webkit-transform: rotate(1turn);
10212
+ transform: rotate(1turn); } }
10213
+
10202
10214
  @media (max-width: 768px) {
10203
10215
  .deonar-security {
10204
10216
  display: -webkit-box;
@@ -10544,6 +10556,12 @@ button.submit-bar:hover {
10544
10556
  background-color: #ccc;
10545
10557
  cursor: not-allowed; }
10546
10558
 
10559
+ .bmc-disabled-dropdown {
10560
+ padding: 3px 0 3px 5px;
10561
+ border: 1px solid #d1d5db;
10562
+ color: #9ca3af;
10563
+ cursor: not-allowed; }
10564
+
10547
10565
  .ebe-add-employee-wrp {
10548
10566
  -webkit-box-orient: vertical;
10549
10567
  -webkit-box-direction: normal;
@@ -10565,7 +10583,7 @@ button.submit-bar:hover {
10565
10583
  width: 50%; }
10566
10584
 
10567
10585
  .ebe-modal .popup-module {
10568
- width: 70%;
10586
+ width: 75%;
10569
10587
  max-height: 80vh;
10570
10588
  overflow-y: auto;
10571
10589
  height: auto;
@@ -10604,7 +10622,7 @@ button.submit-bar:hover {
10604
10622
 
10605
10623
  .ebe-modal-content {
10606
10624
  background: #fff;
10607
- width: 70%;
10625
+ width: 75%;
10608
10626
  border-radius: 8px;
10609
10627
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
10610
10628
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);