@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 +6 -5
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +7 -6
package/package.json
CHANGED
package/src/index.scss
CHANGED
|
@@ -985,13 +985,13 @@ input[type="number"] {
|
|
|
985
985
|
|
|
986
986
|
.download-button {
|
|
987
987
|
cursor: pointer;
|
|
988
|
-
|
|
989
|
-
font-weight:
|
|
990
|
-
padding:
|
|
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
|
-
|
|
1020
|
-
|
|
1019
|
+
font-size: 22px !important;
|
|
1020
|
+
font-weight: 500 !important;
|
|
1021
|
+
}
|