@pmidc/upyog-css 1.2.35-dev.1.0 → 1.2.35-dev.1.2

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
@@ -16302,7 +16302,7 @@ body {
16302
16302
  .bpa-owner-search-icon-container {
16303
16303
  position: absolute;
16304
16304
  right: 12px;
16305
- top: 36%;
16305
+ top: 50%;
16306
16306
  -webkit-transform: translateY(-50%);
16307
16307
  transform: translateY(-50%);
16308
16308
  display: -webkit-box;
@@ -21799,3 +21799,59 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21799
21799
  text-align: left;
21800
21800
  text-transform: uppercase;
21801
21801
  letter-spacing: .4px; } }
21802
+
21803
+ .language-plugin {
21804
+ position: fixed;
21805
+ top: 16px;
21806
+ right: 20px;
21807
+ z-index: 99999;
21808
+ background: linear-gradient(135deg, #2563eb, #7c3aed);
21809
+ padding: 6px 10px;
21810
+ border-radius: 8px;
21811
+ -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
21812
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
21813
+ display: -webkit-box;
21814
+ display: -ms-flexbox;
21815
+ display: flex;
21816
+ -webkit-box-align: center;
21817
+ -ms-flex-align: center;
21818
+ align-items: center; }
21819
+
21820
+ .language-plugin svg path {
21821
+ fill: #fff; }
21822
+
21823
+ .language-plugin:hover {
21824
+ -webkit-transform: translateY(-3px) scale(1.03);
21825
+ transform: translateY(-3px) scale(1.03);
21826
+ -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4);
21827
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4); }
21828
+
21829
+ .language-plugin-landing {
21830
+ position: fixed;
21831
+ top: 16px;
21832
+ right: 20px;
21833
+ z-index: 99999;
21834
+ background: #fff;
21835
+ padding: 6px 10px;
21836
+ border-radius: 8px;
21837
+ display: -webkit-box;
21838
+ display: -ms-flexbox;
21839
+ display: flex;
21840
+ -webkit-box-align: center;
21841
+ -ms-flex-align: center;
21842
+ align-items: center;
21843
+ backdrop-filter: blur(12px);
21844
+ -webkit-backdrop-filter: blur(12px);
21845
+ -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
21846
+ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
21847
+ -webkit-transition: all .3s ease;
21848
+ transition: all .3s ease; }
21849
+
21850
+ .language-plugin-landing:hover {
21851
+ -webkit-transform: translateY(-3px) scale(1.03);
21852
+ transform: translateY(-3px) scale(1.03);
21853
+ -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4);
21854
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(59, 130, 246, 0.5), 0 0 35px rgba(14, 165, 233, 0.4); }
21855
+
21856
+ .margin-right-50 {
21857
+ margin-right: 50px; }