@pmidc/upyog-css 1.1.3 → 1.1.4

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
@@ -13045,14 +13045,14 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
13045
13045
 
13046
13046
  .download-button {
13047
13047
  cursor: pointer;
13048
- color: #fff;
13049
- font-weight: 700;
13050
- padding: 8px;
13048
+ font-size: 16px;
13049
+ font-weight: 500;
13050
+ padding: 5px;
13051
+ color: #0d43a7;
13051
13052
  border: 1px solid #0d43a7;
13052
13053
  border-radius: 4px;
13053
13054
  -webkit-transition: all .2s ease-in-out;
13054
13055
  transition: all .2s ease-in-out;
13055
- font-size: 16px;
13056
13056
  display: inline-block; }
13057
13057
  .download-button:hover {
13058
13058
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
@@ -13076,4 +13076,5 @@ input[type=number], .checkbox-wrap .input-emp[type=number] {
13076
13076
  padding: 8px; }
13077
13077
 
13078
13078
  .timeline-subheader {
13079
- margin-bottom: 0 !important; }
13079
+ font-size: 22px !important;
13080
+ font-weight: 500 !important; }