add <afx-slider>

This commit is contained in:
Xuan Sang LE
2018-03-21 00:12:55 +01:00
parent 0510da0701
commit 93622ec98a
5 changed files with 126 additions and 2 deletions

View File

@ -0,0 +1,32 @@
afx-slider{
display: flex;
align-items: center;
justify-content: center;
}
afx-slider div.container{
display: block;
border:0;
border-radius: 3px;
height: 5px;
background-color: #e6e6e6;
position: relative;
padding:0;
}
afx-slider div.progress {
padding:0;
margin: 0;
display: block;
background-color: #116cd6;
border:0;
border-radius: 3px;
}
afx-slider div.dragpoint {
display: block;
width: 20px;
height: 20px;
border:1px solid #6b6b6b;
border-radius: 20px;
background-color:#e6e6e6;
}