ros.grant.common 2.0.1265 → 2.0.1266
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.
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
@media screen and (max-width: 991px) {
|
|
77
77
|
flex-wrap: wrap;
|
|
78
|
+
width: 100%;
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
&:first-child {
|
|
@@ -103,9 +104,11 @@
|
|
|
103
104
|
}
|
|
104
105
|
|
|
105
106
|
h4 {
|
|
107
|
+
font-family: 'PT Sans Caption';
|
|
108
|
+
font-style: normal;
|
|
106
109
|
font-weight: 700;
|
|
107
|
-
font-size:
|
|
108
|
-
line-height:
|
|
110
|
+
font-size: 18px;
|
|
111
|
+
line-height: 24px;
|
|
109
112
|
margin-bottom: 5px;
|
|
110
113
|
display: -webkit-box;
|
|
111
114
|
-webkit-line-clamp: 1;
|
|
@@ -138,7 +141,11 @@
|
|
|
138
141
|
overflow: hidden;
|
|
139
142
|
text-overflow: ellipsis;
|
|
140
143
|
margin-top: 2px;
|
|
141
|
-
font-
|
|
144
|
+
font-family: 'PT Sans';
|
|
145
|
+
font-style: normal;
|
|
146
|
+
font-weight: 400;
|
|
147
|
+
font-size: 14px;
|
|
148
|
+
line-height: 16px !important;
|
|
142
149
|
|
|
143
150
|
&.red {
|
|
144
151
|
color: var(--Red);
|
package/package.json
CHANGED