We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec25199 commit e9f2855Copy full SHA for e9f2855
1 file changed
streamfield/static/streamfield/css/streamfield_widget.css
@@ -32,6 +32,7 @@
32
.streamfield_app .stream-model-block .streamblock__block__title span {
33
font-weight: bold;
34
margin-left: 0;
35
+ font-size: 1.1rem;
36
}
37
38
.streamfield_app .stream-block__options {
@@ -147,7 +148,7 @@
147
148
149
.streamfield_app .stream-btn {
150
background: #78adbf;
- color: white;
151
+ color: white !important;
152
padding: 3px 7px;
153
display: inline-block;
154
border-radius: 2px;
@@ -176,6 +177,9 @@
176
177
.streamfield_app .stream-insert-new-block {
178
text-align: right;
179
180
+.streamfield_app .stream-insert-new-block li {
181
+ list-style: none;
182
+}
183
.streamfield_app .add-new-block-button {
184
padding: 5px;
185
0 commit comments