Skip to content

Commit e9f2855

Browse files
committed
add some css styles
1 parent ec25199 commit e9f2855

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

streamfield/static/streamfield/css/streamfield_widget.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
.streamfield_app .stream-model-block .streamblock__block__title span {
3333
font-weight: bold;
3434
margin-left: 0;
35+
font-size: 1.1rem;
3536
}
3637

3738
.streamfield_app .stream-block__options {
@@ -147,7 +148,7 @@
147148

148149
.streamfield_app .stream-btn {
149150
background: #78adbf;
150-
color: white;
151+
color: white !important;
151152
padding: 3px 7px;
152153
display: inline-block;
153154
border-radius: 2px;
@@ -176,6 +177,9 @@
176177
.streamfield_app .stream-insert-new-block {
177178
text-align: right;
178179
}
180+
.streamfield_app .stream-insert-new-block li {
181+
list-style: none;
182+
}
179183
.streamfield_app .add-new-block-button {
180184
padding: 5px;
181185
font-weight: bold;

0 commit comments

Comments
 (0)