updated plugin AudioIgniter
version 1.9.0
This commit is contained in:
@ -597,6 +597,52 @@ $screen-xs-max: 320px !default;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Player buttons
|
||||
//
|
||||
.ai-player-buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
line-height: normal;
|
||||
grid-gap: calc($spacing / 2);
|
||||
margin-top: $spacing;
|
||||
}
|
||||
|
||||
.ai-player-button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
grid-gap: 6px;
|
||||
font-size: 13px;
|
||||
color: currentColor;
|
||||
width: auto;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.ai-player-button-icon-only {
|
||||
padding: 0;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.ai-player-button-icon {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
display: block;
|
||||
|
||||
svg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
fill: currentColor;
|
||||
|
||||
rect,
|
||||
path {
|
||||
fill: currentColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Footer
|
||||
//
|
||||
@ -979,16 +1025,16 @@ $screen-xs-max: 320px !default;
|
||||
}
|
||||
|
||||
.ai-audio-controls-main {
|
||||
padding-left: $spacing / 2;
|
||||
padding-right: $spacing / 2;
|
||||
padding-left: calc($spacing / 2);
|
||||
padding-right: calc($spacing / 2);
|
||||
}
|
||||
|
||||
.ai-track-info {
|
||||
padding-left: $spacing / 2;
|
||||
padding-left: calc($spacing / 2);
|
||||
}
|
||||
|
||||
.ai-audio-controls-meta {
|
||||
margin-left: $spacing / 2;
|
||||
margin-left: calc($spacing / 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user