N
Nicolas FR
Guest
Hello,
I created a new class for button, this is the code
Less:
HTML:
Read more
Continue reading...
I created a new class for button, this is the code
Less:
Code:
.ask {
margin-left: auto;
border: 1px solid #bfbfbf!important;
border-bottom: 2px solid #bfbfbf!important;
background: rgb(242, 242, 242)!important;
padding: 7px 15px!important;
color: #212121!important;
font-weight: 400!important;
&:hover {
text-decoration: none!important;
background: rgb(235, 235, 235)!important;
}
}
<xf:button...
Read more
Continue reading...