timer, play forwards, import, file document, extension add
This commit is contained in:
28
css/play_forwards.css
Normal file
28
css/play_forwards.css
Normal file
@@ -0,0 +1,28 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
i.icon.play.forwards {
|
||||
position: relative;
|
||||
width: 3px;
|
||||
height: 10px;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
background: currentColor;
|
||||
|
||||
&:after,
|
||||
&:before {
|
||||
position: absolute;
|
||||
left: -7px;
|
||||
content: '';
|
||||
width: 0;
|
||||
height: 10px;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
border-top: 5px solid transparent;
|
||||
border-bottom: 5px solid transparent;
|
||||
border-left: 6px solid;
|
||||
}
|
||||
|
||||
&:before {
|
||||
left: -14px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user