react-zeanium-ui-ui
Version:
Zeanium UI Framework for React.js
45 lines (37 loc) • 871 B
text/less
@import "../rt.variables.less";
.rt-button{
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
overflow: hidden;
background-color: transparent;
cursor: pointer;
padding: 0.3rem 0.8rem;
height: @rt-base-height;
line-height: @rt-base-height;
&.disabled, &.disabled:hover{
color: @rt-disabled-color;
background-color: transparent;
}
&.float-left{
float: left ;
width: auto ;
}
&.float-right{
float: right ;
width: auto ;
}
&.float-none{
clear: both;
margin-left: 0px ;
margin-right: 0px ;
text-align: center;
width: 100% ;
}
&>.btn-icon{
margin-right: 0.4rem;
}
&>.btn-text{
}
}