@pmidc/upyog-css 1.2.45 → 1.2.47

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
@@ -8256,8 +8256,7 @@ video::-webkit-media-controls-panel {
8256
8256
  margin-left: 12px;
8257
8257
  text-overflow: ellipsis;
8258
8258
  overflow: hidden;
8259
- white-space: nowrap;
8260
- max-width: calc(100% - 56px); }
8259
+ white-space: nowrap; }
8261
8260
  .citizen .sidebar .dropdown-link, .citizen .sidebar .sidebar-link, .employee .sidebar .dropdown-link, .employee .sidebar .sidebar-link {
8262
8261
  display: -webkit-box;
8263
8262
  display: -ms-flexbox;
@@ -13111,7 +13110,7 @@ body {
13111
13110
  padding-top: 10px;
13112
13111
  width: 100%; }
13113
13112
 
13114
- .obps-document-detail-item, .obps-document-detail-list {
13113
+ .obps-document-detail-list {
13115
13114
  display: -webkit-box;
13116
13115
  display: -ms-flexbox;
13117
13116
  display: flex;
@@ -13119,11 +13118,13 @@ body {
13119
13118
  flex-wrap: wrap; }
13120
13119
 
13121
13120
  .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; }
13121
+ display: -webkit-box;
13122
+ display: -ms-flexbox;
13123
+ display: flex;
13124
+ -webkit-box-orient: horizontal;
13125
+ -webkit-box-direction: normal;
13126
+ -ms-flex-direction: row;
13127
+ flex-direction: row; }
13127
13128
 
13128
13129
  .obps-document-detail-link {
13129
13130
  min-width: 100px;
@@ -19564,8 +19565,12 @@ body {
19564
19565
  justify-content: center; }
19565
19566
 
19566
19567
  .center-flex-mobile {
19567
- width: 80%;
19568
- margin-bottom: 10px; }
19568
+ -webkit-box-orient: horizontal;
19569
+ -webkit-box-direction: normal;
19570
+ -ms-flex-direction: row;
19571
+ flex-direction: row;
19572
+ margin-bottom: 10px;
19573
+ width: 50%; }
19569
19574
 
19570
19575
  .video-preview {
19571
19576
  width: 100%;
@@ -19834,6 +19839,9 @@ body {
19834
19839
  min-width: 20px;
19835
19840
  display: inline-block; }
19836
19841
 
19842
+ .view-button {
19843
+ width: 80%; }
19844
+
19837
19845
  .bpa-site-photograph-container {
19838
19846
  padding: 50px 0;
19839
19847
  display: -webkit-box;