first commit
This commit is contained in:
25
src/style/icons.less
Normal file
25
src/style/icons.less
Normal file
@@ -0,0 +1,25 @@
|
||||
ul.icons-list{
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
li{
|
||||
float: left;
|
||||
width: 10%;
|
||||
text-align: center;
|
||||
list-style: none;
|
||||
cursor: pointer;
|
||||
height: 100px;
|
||||
transition: all .3s;
|
||||
background-color: #fff;
|
||||
&:hover{
|
||||
background-color: #cccccc;
|
||||
color: #fff;
|
||||
}
|
||||
i{
|
||||
margin: 16px 0 10px;
|
||||
}
|
||||
span{
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user