@pmidc/upyog-css 1.2.9 → 1.2.10

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
@@ -207,14 +207,6 @@ button, input, .checkbox-wrap .input-emp, optgroup, select, textarea {
207
207
  code, kbd, pre, samp {
208
208
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; }
209
209
 
210
- audio, canvas, embed, iframe, img, object, svg, video {
211
- display: block;
212
- vertical-align: middle; }
213
-
214
- img, video {
215
- max-width: 100%;
216
- height: auto; }
217
-
218
210
  .container {
219
211
  width: 100%; }
220
212
 
@@ -18836,18 +18828,9 @@ body {
18836
18828
 
18837
18829
  .user-profile-image-section {
18838
18830
  position: relative;
18839
- display: -webkit-box;
18840
- display: -ms-flexbox;
18841
- display: flex;
18842
18831
  -webkit-box-flex: 1;
18843
18832
  -ms-flex: 1;
18844
18833
  flex: 1;
18845
- -webkit-box-pack: center;
18846
- -ms-flex-pack: center;
18847
- justify-content: center;
18848
- -webkit-box-align: center;
18849
- -ms-flex-align: center;
18850
- align-items: center;
18851
18834
  max-width: 100%;
18852
18835
  min-height: 280px;
18853
18836
  border-radius: 12px 12px 0 0;
@@ -18862,9 +18845,7 @@ body {
18862
18845
  .user-profile-image-section.employee {
18863
18846
  border-radius: 0; }
18864
18847
 
18865
- .user-profile-image-wrapper {
18866
- height: 160px;
18867
- width: 160px;
18848
+ .user-profile-image-section, .user-profile-image-wrapper {
18868
18849
  display: -webkit-box;
18869
18850
  display: -ms-flexbox;
18870
18851
  display: flex;
@@ -18873,7 +18854,11 @@ body {
18873
18854
  justify-content: center;
18874
18855
  -webkit-box-align: center;
18875
18856
  -ms-flex-align: center;
18876
- align-items: center;
18857
+ align-items: center; }
18858
+
18859
+ .user-profile-image-wrapper {
18860
+ height: 160px;
18861
+ width: 160px;
18877
18862
  -webkit-box-orient: vertical;
18878
18863
  -webkit-box-direction: normal;
18879
18864
  -ms-flex-direction: column;
@@ -19042,6 +19027,14 @@ body {
19042
19027
  .user-profile-full-width {
19043
19028
  width: 100%; }
19044
19029
 
19030
+ img, video {
19031
+ max-width: 100%;
19032
+ height: auto; }
19033
+
19034
+ audio, canvas, embed, iframe, img, object, svg, video {
19035
+ display: block;
19036
+ vertical-align: middle; }
19037
+
19045
19038
  @media only screen and (max-width: 768px) {
19046
19039
  .card-header, .employee-upyog-title, .header-title, .heading, .landing-card-header, .page-header, .section-header, .survey-card-header, h1, h2, h3, header {
19047
19040
  font-size: 18px !important; }