@pmidc/upyog-css 1.2.14 → 1.2.15
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
|
@@ -1820,6 +1820,25 @@ body {
|
|
|
1820
1820
|
color: #fff;
|
|
1821
1821
|
line-height: 40px; }
|
|
1822
1822
|
|
|
1823
|
+
@media only screen and (max-width: 640px) {
|
|
1824
|
+
.card-link {
|
|
1825
|
+
height: 32px;
|
|
1826
|
+
width: 140px;
|
|
1827
|
+
font-size: 11px;
|
|
1828
|
+
padding: 6px 12px;
|
|
1829
|
+
display: -webkit-box;
|
|
1830
|
+
display: -ms-flexbox;
|
|
1831
|
+
display: flex;
|
|
1832
|
+
-webkit-box-pack: center;
|
|
1833
|
+
-ms-flex-pack: center;
|
|
1834
|
+
justify-content: center;
|
|
1835
|
+
-webkit-box-align: center;
|
|
1836
|
+
-ms-flex-align: center;
|
|
1837
|
+
align-items: center; }
|
|
1838
|
+
.card-link header {
|
|
1839
|
+
line-height: 32px;
|
|
1840
|
+
font-size: 11px; } }
|
|
1841
|
+
|
|
1823
1842
|
.bpa-owner-submit-back, .submit-bar {
|
|
1824
1843
|
height: 40px;
|
|
1825
1844
|
background: linear-gradient(135deg, #2563eb, #1e40af);
|
|
@@ -5942,7 +5961,10 @@ video::-webkit-media-controls-panel {
|
|
|
5942
5961
|
flex-direction: row;
|
|
5943
5962
|
-webkit-box-pack: justify;
|
|
5944
5963
|
-ms-flex-pack: justify;
|
|
5945
|
-
justify-content: space-between;
|
|
5964
|
+
justify-content: space-between;
|
|
5965
|
+
-webkit-box-align: center;
|
|
5966
|
+
-ms-flex-align: center;
|
|
5967
|
+
align-items: center; }
|
|
5946
5968
|
.cardHeaderWithOptions .multilinkWrapper {
|
|
5947
5969
|
position: relative; }
|
|
5948
5970
|
.cardHeaderWithOptions .multilinkWrapper .multilink-labelWrap {
|
|
@@ -8993,6 +9015,16 @@ video::-webkit-media-controls-panel {
|
|
|
8993
9015
|
.complaint-links-container .header .removeHeight {
|
|
8994
9016
|
line-height: 28px; }
|
|
8995
9017
|
|
|
9018
|
+
@media only screen and (max-width: 640px) {
|
|
9019
|
+
.complaint-input-container {
|
|
9020
|
+
display: -webkit-box !important;
|
|
9021
|
+
display: -ms-flexbox !important;
|
|
9022
|
+
display: flex !important;
|
|
9023
|
+
-webkit-box-orient: vertical !important;
|
|
9024
|
+
-webkit-box-direction: normal !important;
|
|
9025
|
+
-ms-flex-direction: column !important;
|
|
9026
|
+
flex-direction: column !important; } }
|
|
9027
|
+
|
|
8996
9028
|
@media (min-width: 780px) {
|
|
8997
9029
|
.complaint-links-container .header .removeBorderRadiusLogo {
|
|
8998
9030
|
border-radius: 2px !important;
|
|
@@ -19075,7 +19107,15 @@ audio, canvas, embed, iframe, img, object, svg, video {
|
|
|
19075
19107
|
|
|
19076
19108
|
@media only screen and (max-width: 768px) {
|
|
19077
19109
|
.card-header, .employee-upyog-title, .header-title, .heading, .landing-card-header, .page-header, .section-header, .survey-card-header, h1, h2, h3, header {
|
|
19078
|
-
font-size:
|
|
19110
|
+
font-size: 14px !important; }
|
|
19111
|
+
.card-header .complaint-input-container, .employee-upyog-title .complaint-input-container, .header-title .complaint-input-container, .heading .complaint-input-container, .landing-card-header .complaint-input-container, .page-header .complaint-input-container, .section-header .complaint-input-container, .survey-card-header .complaint-input-container, h1 .complaint-input-container, h2 .complaint-input-container, h3 .complaint-input-container, header .complaint-input-container {
|
|
19112
|
+
display: -webkit-box;
|
|
19113
|
+
display: -ms-flexbox;
|
|
19114
|
+
display: flex;
|
|
19115
|
+
-webkit-box-orient: vertical;
|
|
19116
|
+
-webkit-box-direction: normal;
|
|
19117
|
+
-ms-flex-direction: column;
|
|
19118
|
+
flex-direction: column; }
|
|
19079
19119
|
.card-sub-header, .sub-header, h4 {
|
|
19080
19120
|
font-size: 16px !important; }
|
|
19081
19121
|
.card-section-header, h5, h6 {
|