Skip to content

Commit 508d7a6

Browse files
committed
Merge branch 'develop' into filip/review-post-notes
2 parents cca4dbd + eff059c commit 508d7a6

File tree

15 files changed

+419
-213
lines changed

15 files changed

+419
-213
lines changed

assets/css/admin.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,11 @@ button.prpl-info-icon {
217217
align-items: center;
218218

219219
.prpl-header-logo img {
220-
height: 100px;
220+
max-width: 300px;
221+
max-height: 100px;
222+
width: auto;
223+
height: auto;
224+
vertical-align: bottom;
221225
}
222226
}
223227

assets/css/editor.css

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
.components-button {
22

3-
svg.progress-planner-icon {
3+
.progress-planner-icon {
4+
color: #38296d;
45

5-
#path1,
6-
#path3 {
7-
fill: #38296d !important;
8-
}
9-
10-
#path2 {
11-
fill: #faa310 !important;
6+
svg {
7+
width: 100%;
8+
height: 100%;
129
}
1310
}
1411

@@ -22,11 +19,11 @@
2219
background: #38296d !important;
2320
}
2421

25-
svg.progress-planner-icon {
22+
.progress-planner-icon {
23+
color: #fff;
2624

27-
#path1,
28-
#path3 {
29-
fill: #fff !important;
25+
svg path {
26+
fill: #fff;
3027
}
3128
}
3229
}

0 commit comments

Comments
 (0)