Skip to content

Commit 245879a

Browse files
committed
Merge branch 'TMS-1230' into stage
2 parents 713ec80 + 275ecc9 commit 245879a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

assets/styles/blocks/_audio.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.wp-block-audio {
2+
audio {
3+
&::-webkit-media-controls-panel{
4+
background-color: #f1eeeb;
5+
}
6+
}
7+
}

assets/styles/blocks/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
* Copyright (c) 2021. Geniem Oy
33
*/
44

5+
@import "audio";
56
@import "custom";

0 commit comments

Comments
 (0)