@pmidc/upyog-css 1.0.3 → 1.0.5

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
@@ -4725,10 +4725,10 @@ video::-webkit-media-controls-panel {
4725
4725
  color: #505a5f;
4726
4726
  font-weight: 400; }
4727
4727
  .PropertySearchForm .PropertySearchFormSwitcher .selected {
4728
- color: #a82227;
4728
+ color: #2947a3;
4729
4729
  font-weight: 700;
4730
4730
  padding-bottom: 10px;
4731
- border-bottom: 2px solid #a82227; }
4731
+ border-bottom: 2px solid #2947a3; }
4732
4732
  .PropertySearchForm .PropertySearchFormSwitcher span {
4733
4733
  margin-right: 20px; }
4734
4734
 
@@ -8128,24 +8128,40 @@ body {
8128
8128
  -webkit-box-pack: justify;
8129
8129
  -ms-flex-pack: justify;
8130
8130
  justify-content: space-between;
8131
- height: 360px; }
8131
+ height: 522px; }
8132
+ @media (min-width: 768px) {
8133
+ .middle-content {
8134
+ -webkit-box-orient: horizontal;
8135
+ -ms-flex-direction: row;
8136
+ flex-direction: row;
8137
+ height: 360px; } }
8132
8138
 
8133
8139
  .middle-content, .middle-left-half {
8134
8140
  display: -webkit-box;
8135
8141
  display: -ms-flexbox;
8136
- display: flex; }
8137
-
8138
- .middle-left-half {
8142
+ display: flex;
8139
8143
  -webkit-box-orient: vertical;
8140
8144
  -webkit-box-direction: normal;
8141
8145
  -ms-flex-direction: column;
8142
8146
  flex-direction: column;
8143
- width: 50%; }
8147
+ display: -webkit-box;
8148
+ display: -ms-flexbox;
8149
+ display: flex;
8150
+ -webkit-box-direction: normal; }
8151
+
8152
+ .middle-left-half {
8153
+ width: 100%; }
8154
+ @media (min-width: 768px) {
8155
+ .middle-left-half {
8156
+ width: 50%; } }
8144
8157
 
8145
8158
  .middle-left-half-upper {
8146
- height: 50%;
8159
+ height: 162px;
8147
8160
  margin-bottom: auto;
8148
8161
  border: 1px solid #000; }
8162
+ @media (min-width: 768px) {
8163
+ .middle-left-half-upper {
8164
+ height: 50%; } }
8149
8165
 
8150
8166
  .middle-left-half-upper-body {
8151
8167
  list-style-type: none;
@@ -8165,16 +8181,20 @@ body {
8165
8181
  color: #00f; }
8166
8182
 
8167
8183
  .middle-left-half-lower {
8168
- height: 48%;
8184
+ height: 162px;
8169
8185
  border: 1px solid #000; }
8170
8186
  @media (min-width: 768px) {
8171
8187
  .middle-left-half-lower {
8172
8188
  height: 45%; } }
8173
8189
 
8174
8190
  .middle-right-half {
8175
- height: 360px;
8176
- width: 48%;
8191
+ height: 162px;
8192
+ width: 100%;
8177
8193
  border: 1px solid #000; }
8194
+ @media (min-width: 768px) {
8195
+ .middle-right-half {
8196
+ height: 360px;
8197
+ width: 48%; } }
8178
8198
 
8179
8199
  .middle-header {
8180
8200
  font-size: 20px;
@@ -8338,7 +8358,8 @@ body {
8338
8358
  justify-content: space-around;
8339
8359
  padding: 50px 50px 20px;
8340
8360
  font-family: Poppins;
8341
- font-size: 14px; }
8361
+ font-size: 14px;
8362
+ color: #fff; }
8342
8363
  @media (max-width: 639px) {
8343
8364
  .footer-bottom {
8344
8365
  display: -webkit-box;
@@ -8356,14 +8377,9 @@ body {
8356
8377
  padding-right: 0;
8357
8378
  padding-top: 20px; } }
8358
8379
 
8359
- .footer-bottom-first [dir=ltr] h2 {
8360
- text-align: left; }
8361
-
8362
- .footer-bottom-first [dir=rtl] h2 {
8363
- text-align: right; }
8364
-
8365
8380
  .footer-bottom-first h2 {
8366
- margin-bottom: 10px; }
8381
+ margin-bottom: 10px;
8382
+ text-align: left; }
8367
8383
 
8368
8384
  @media (max-width: 639px) {
8369
8385
  .footer-bottom-first {
@@ -8372,25 +8388,16 @@ body {
8372
8388
  padding-right: 0;
8373
8389
  padding-top: 20px; } }
8374
8390
 
8375
- .footer-bottom-fourth [dir=ltr] h1, .footer-bottom-second [dir=ltr] h1, .footer-bottom-third [dir=ltr] h1 {
8376
- text-align: left; }
8377
-
8378
- .footer-bottom-fourth [dir=rtl] h1, .footer-bottom-second [dir=rtl] h1, .footer-bottom-third [dir=rtl] h1 {
8379
- text-align: right; }
8380
-
8381
8391
  .footer-bottom-fourth h1, .footer-bottom-second h1, .footer-bottom-third h1 {
8382
8392
  margin-bottom: 10px;
8383
8393
  text-decoration: underline; }
8384
8394
 
8385
- .footer-bottom-fourth [dir=ltr] ul, .footer-bottom-second [dir=ltr] ul, .footer-bottom-third [dir=ltr] ul {
8395
+ .footer-bottom-fourth h1, .footer-bottom-fourth ul, .footer-bottom-second h1, .footer-bottom-second ul, .footer-bottom-third h1, .footer-bottom-third ul {
8386
8396
  text-align: left; }
8387
8397
 
8388
- .footer-bottom-fourth [dir=rtl] ul, .footer-bottom-second [dir=rtl] ul, .footer-bottom-third [dir=rtl] ul {
8389
- text-align: right; }
8390
-
8391
8398
  .footer-bottom-fourth ul, .footer-bottom-second ul, .footer-bottom-third ul {
8392
8399
  list-style-type: disc;
8393
- padding: 0 25px; }
8400
+ padding: 0 12px; }
8394
8401
 
8395
8402
  .footer-bottom-fourth li, .footer-bottom-second li, .footer-bottom-third li {
8396
8403
  margin: 5px 0;