@pmidc/upyog-css 1.2.36-dev.1.12 → 1.2.36-dev.1.14
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
|
@@ -30,7 +30,6 @@ a {
|
|
|
30
30
|
abbr[title] {
|
|
31
31
|
border-bottom: none;
|
|
32
32
|
text-decoration: underline;
|
|
33
|
-
-webkit-text-decoration: underline dotted;
|
|
34
33
|
text-decoration: underline dotted; }
|
|
35
34
|
|
|
36
35
|
b, strong {
|
|
@@ -3994,7 +3993,10 @@ body {
|
|
|
3994
3993
|
@media (min-width: 1024px) {
|
|
3995
3994
|
.table {
|
|
3996
3995
|
display: table;
|
|
3997
|
-
overflow: hidden; }
|
|
3996
|
+
overflow: hidden; }
|
|
3997
|
+
.table.cancel-table {
|
|
3998
|
+
display: block !important;
|
|
3999
|
+
overflow: scroll !important; } }
|
|
3998
4000
|
|
|
3999
4001
|
.table:hover {
|
|
4000
4002
|
-webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
|
|
@@ -13109,7 +13111,7 @@ body {
|
|
|
13109
13111
|
padding-top: 10px;
|
|
13110
13112
|
width: 100%; }
|
|
13111
13113
|
|
|
13112
|
-
.obps-document-detail-
|
|
13114
|
+
.obps-document-detail-list {
|
|
13113
13115
|
display: -webkit-box;
|
|
13114
13116
|
display: -ms-flexbox;
|
|
13115
13117
|
display: flex;
|
|
@@ -13117,11 +13119,13 @@ body {
|
|
|
13117
13119
|
flex-wrap: wrap; }
|
|
13118
13120
|
|
|
13119
13121
|
.obps-document-detail-item {
|
|
13120
|
-
-webkit-box
|
|
13121
|
-
-ms-
|
|
13122
|
-
|
|
13123
|
-
-
|
|
13124
|
-
|
|
13122
|
+
display: -webkit-box;
|
|
13123
|
+
display: -ms-flexbox;
|
|
13124
|
+
display: flex;
|
|
13125
|
+
-webkit-box-orient: horizontal;
|
|
13126
|
+
-webkit-box-direction: normal;
|
|
13127
|
+
-ms-flex-direction: row;
|
|
13128
|
+
flex-direction: row; }
|
|
13125
13129
|
|
|
13126
13130
|
.obps-document-detail-link {
|
|
13127
13131
|
min-width: 100px;
|
|
@@ -19562,8 +19566,12 @@ body {
|
|
|
19562
19566
|
justify-content: center; }
|
|
19563
19567
|
|
|
19564
19568
|
.center-flex-mobile {
|
|
19565
|
-
|
|
19566
|
-
|
|
19569
|
+
-webkit-box-orient: horizontal;
|
|
19570
|
+
-webkit-box-direction: normal;
|
|
19571
|
+
-ms-flex-direction: row;
|
|
19572
|
+
flex-direction: row;
|
|
19573
|
+
margin-bottom: 10px;
|
|
19574
|
+
width: 50%; }
|
|
19567
19575
|
|
|
19568
19576
|
.video-preview {
|
|
19569
19577
|
width: 100%;
|
|
@@ -19626,8 +19634,12 @@ body {
|
|
|
19626
19634
|
color: red; }
|
|
19627
19635
|
|
|
19628
19636
|
.close-btn {
|
|
19629
|
-
|
|
19630
|
-
|
|
19637
|
+
padding: 5px 10px; }
|
|
19638
|
+
.close-btn:hover {
|
|
19639
|
+
-webkit-transform: translateY(-2px) !important;
|
|
19640
|
+
transform: translateY(-2px) !important;
|
|
19641
|
+
-webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important;
|
|
19642
|
+
box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32) !important; }
|
|
19631
19643
|
|
|
19632
19644
|
.advisory-text {
|
|
19633
19645
|
font-size: 13px;
|
|
@@ -19761,6 +19773,76 @@ body {
|
|
|
19761
19773
|
display: inline;
|
|
19762
19774
|
padding-left: 180px; }
|
|
19763
19775
|
|
|
19776
|
+
.custom-loader-overlay {
|
|
19777
|
+
position: fixed;
|
|
19778
|
+
top: 0;
|
|
19779
|
+
left: 0;
|
|
19780
|
+
width: 100%;
|
|
19781
|
+
height: 100vh;
|
|
19782
|
+
-webkit-box-orient: vertical;
|
|
19783
|
+
-webkit-box-direction: normal;
|
|
19784
|
+
-ms-flex-direction: column;
|
|
19785
|
+
flex-direction: column;
|
|
19786
|
+
background-color: rgba(255, 255, 255, 0.95);
|
|
19787
|
+
z-index: 9999;
|
|
19788
|
+
grid-gap: 30px;
|
|
19789
|
+
gap: 30px;
|
|
19790
|
+
backdrop-filter: blur(15px); }
|
|
19791
|
+
|
|
19792
|
+
.custom-loader-overlay, .custom-loader-spinner-wrapper {
|
|
19793
|
+
display: -webkit-box;
|
|
19794
|
+
display: -ms-flexbox;
|
|
19795
|
+
display: flex;
|
|
19796
|
+
-webkit-box-align: center;
|
|
19797
|
+
-ms-flex-align: center;
|
|
19798
|
+
align-items: center;
|
|
19799
|
+
-webkit-box-pack: center;
|
|
19800
|
+
-ms-flex-pack: center;
|
|
19801
|
+
justify-content: center; }
|
|
19802
|
+
|
|
19803
|
+
.custom-loader-spinner-wrapper {
|
|
19804
|
+
width: 130px;
|
|
19805
|
+
height: 130px;
|
|
19806
|
+
position: relative;
|
|
19807
|
+
-webkit-filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
|
|
19808
|
+
filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08)); }
|
|
19809
|
+
|
|
19810
|
+
.custom-loader-spinner {
|
|
19811
|
+
position: absolute;
|
|
19812
|
+
width: 100%;
|
|
19813
|
+
height: 100%;
|
|
19814
|
+
border-right: 12px solid #f0f0f0;
|
|
19815
|
+
border-top: 12px solid #f0f0f0;
|
|
19816
|
+
border-color: #1a1a1a #1a1a1a #f0f0f0 #f0f0f0;
|
|
19817
|
+
border-style: solid;
|
|
19818
|
+
border-width: 12px;
|
|
19819
|
+
border-radius: 50%;
|
|
19820
|
+
-webkit-animation: spin .8s linear infinite;
|
|
19821
|
+
animation: spin .8s linear infinite;
|
|
19822
|
+
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
|
19823
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
|
|
19824
|
+
|
|
19825
|
+
.custom-loader-text {
|
|
19826
|
+
font-size: 18px;
|
|
19827
|
+
font-weight: 700;
|
|
19828
|
+
color: #1a1a1a;
|
|
19829
|
+
letter-spacing: .5px;
|
|
19830
|
+
display: -webkit-box;
|
|
19831
|
+
display: -ms-flexbox;
|
|
19832
|
+
display: flex;
|
|
19833
|
+
-webkit-box-align: baseline;
|
|
19834
|
+
-ms-flex-align: baseline;
|
|
19835
|
+
align-items: baseline;
|
|
19836
|
+
grid-gap: 2px;
|
|
19837
|
+
gap: 2px; }
|
|
19838
|
+
|
|
19839
|
+
.custom-loader-dots {
|
|
19840
|
+
min-width: 20px;
|
|
19841
|
+
display: inline-block; }
|
|
19842
|
+
|
|
19843
|
+
.view-button {
|
|
19844
|
+
width: 80%; }
|
|
19845
|
+
|
|
19764
19846
|
.bpa-site-photograph-container {
|
|
19765
19847
|
padding: 50px 0;
|
|
19766
19848
|
display: -webkit-box;
|