card.les
386 Bytes
@import "../../less/variables";
.tools_wrap{
padding: 8px 0px;
font-size: @font-size-base;
i{
cursor: pointer;
}
}
.center_wrap{
width: 100%;
height: 100%;
padding: 24px 16px;
}
.tool{
margin-right: 8px;
}
.turn_btn{
color:#fff;
}
.turn_btn:hover{
font-weight:bold;
}
.tool_icon_edit{
color: @base-color;
}
.tool_icon_dropdown:hover{
color: @base-color;
}