[RSS Feed/News] New button class

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello,

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;
        }
}
HTML:

<xf:button...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom