ros.grant.common 2.0.1080 → 2.0.1084
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.
|
@@ -91,50 +91,43 @@ h6 {
|
|
|
91
91
|
font-family: 'PT Sans Caption', sans-serif;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
line-height: 24px;
|
|
132
|
-
font-weight: normal;
|
|
133
|
-
|
|
134
|
-
@media (max-width: 768px) {
|
|
135
|
-
font-size: 16px;
|
|
136
|
-
line-height: 20px;
|
|
137
|
-
font-weight: bold;
|
|
94
|
+
.page-wrapper {
|
|
95
|
+
&:not(.mvc-service.pgrants) {
|
|
96
|
+
h1 {
|
|
97
|
+
font-weight: bold;
|
|
98
|
+
font-size: 40px;
|
|
99
|
+
line-height: 48px;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
h2 {
|
|
103
|
+
font-weight: bold;
|
|
104
|
+
font-size: 32px;
|
|
105
|
+
line-height: 36px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
h3 {
|
|
109
|
+
font-weight: bold;
|
|
110
|
+
font-size: 24px;
|
|
111
|
+
line-height: 28px;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
h4 {
|
|
115
|
+
font-weight: bold;
|
|
116
|
+
font-size: 18px;
|
|
117
|
+
line-height: 24px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
h5 {
|
|
121
|
+
font-weight: bold;
|
|
122
|
+
font-size: 16px;
|
|
123
|
+
line-height: 20px;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
h6 {
|
|
127
|
+
font-weight: bold;
|
|
128
|
+
font-size: 14px;
|
|
129
|
+
line-height: 16px;
|
|
130
|
+
}
|
|
138
131
|
}
|
|
139
132
|
}
|
|
140
133
|
|
|
@@ -182,6 +175,10 @@ h6 {
|
|
|
182
175
|
background-color: var(--Subsidiary) !important;
|
|
183
176
|
}
|
|
184
177
|
|
|
178
|
+
.bg-bg1 {
|
|
179
|
+
background-color: var(--Bg1) !important;
|
|
180
|
+
}
|
|
181
|
+
|
|
185
182
|
.bg-bg2 {
|
|
186
183
|
background-color: var(--Bg2) !important;
|
|
187
184
|
}
|
package/package.json
CHANGED