@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
package/src/index.scss CHANGED
@@ -985,13 +985,13 @@ input[type="number"] {
985
985
 
986
986
  .download-button {
987
987
  cursor: pointer;
988
- color: white;
989
- font-weight: bold;
990
- padding: 8px;
988
+ font-size: 16px;
989
+ font-weight: 500;
990
+ padding: 5px;
991
+ color: #0d43a7;
991
992
  border: 1px solid #0d43a7;
992
993
  border-radius: 4px;
993
994
  transition: all 0.2s ease-in-out;
994
- font-size: 16px;
995
995
  display: inline-block;
996
996
 
997
997
  &:hover {
@@ -1016,5 +1016,6 @@ input[type="number"] {
1016
1016
  }
1017
1017
 
1018
1018
  .timeline-subheader {
1019
- margin-bottom: 0px !important;
1020
- }
1019
+ font-size: 22px !important;
1020
+ font-weight: 500 !important;
1021
+ }