@stubber/ui 1.10.0 → 1.11.0
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.
|
@@ -122,3 +122,58 @@ body {
|
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
+
|
|
126
|
+
.prose {
|
|
127
|
+
font-size: unset;
|
|
128
|
+
line-height: unset;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.prose li,
|
|
132
|
+
.prose ul {
|
|
133
|
+
margin: unset;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.prose h1,
|
|
137
|
+
.prose h2,
|
|
138
|
+
.prose h3,
|
|
139
|
+
.prose h4,
|
|
140
|
+
.prose h5,
|
|
141
|
+
.prose h6 {
|
|
142
|
+
color: unset;
|
|
143
|
+
margin: unset;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.prose h1 {
|
|
147
|
+
font-size: 1.5em;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.prose h2 {
|
|
151
|
+
font-size: 1.25em;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.prose h3 {
|
|
155
|
+
font-size: 1.125em;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.prose h4 {
|
|
159
|
+
font-size: 1em;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.prose h5 {
|
|
163
|
+
font-weight: 600;
|
|
164
|
+
font-size: 0.875em;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.prose h6 {
|
|
168
|
+
font-weight: 600;
|
|
169
|
+
font-size: 0.875em;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.prose p {
|
|
173
|
+
margin: unset;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.prose hr {
|
|
177
|
+
margin-top: 1em;
|
|
178
|
+
margin-bottom: 1em;
|
|
179
|
+
}
|