@pmidc/upyog-css 1.2.45 → 1.2.46

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
@@ -13111,7 +13111,7 @@ body {
13111
13111
  padding-top: 10px;
13112
13112
  width: 100%; }
13113
13113
 
13114
- .obps-document-detail-item, .obps-document-detail-list {
13114
+ .obps-document-detail-list {
13115
13115
  display: -webkit-box;
13116
13116
  display: -ms-flexbox;
13117
13117
  display: flex;
@@ -13119,11 +13119,13 @@ body {
13119
13119
  flex-wrap: wrap; }
13120
13120
 
13121
13121
  .obps-document-detail-item {
13122
- -webkit-box-pack: start;
13123
- -ms-flex-pack: start;
13124
- justify-content: flex-start;
13125
- -ms-flex-line-pack: center;
13126
- align-content: center; }
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; }
13127
13129
 
13128
13130
  .obps-document-detail-link {
13129
13131
  min-width: 100px;
@@ -19564,8 +19566,12 @@ body {
19564
19566
  justify-content: center; }
19565
19567
 
19566
19568
  .center-flex-mobile {
19567
- width: 80%;
19568
- margin-bottom: 10px; }
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%; }
19569
19575
 
19570
19576
  .video-preview {
19571
19577
  width: 100%;
@@ -19834,6 +19840,9 @@ body {
19834
19840
  min-width: 20px;
19835
19841
  display: inline-block; }
19836
19842
 
19843
+ .view-button {
19844
+ width: 80%; }
19845
+
19837
19846
  .bpa-site-photograph-container {
19838
19847
  padding: 50px 0;
19839
19848
  display: -webkit-box;