mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-12 11:06:45 +02:00
23 lines
471 B
CSS
23 lines
471 B
CSS
afx-button button{
|
|
padding: 4px;
|
|
border: 1px solid #a6a6a6;
|
|
background-color: #f6F6F6;
|
|
color: #414339;
|
|
border-radius: 6px;
|
|
font-family: "Ubuntu";
|
|
font-size: 13px;
|
|
}
|
|
|
|
afx-button button[disabled]{
|
|
color: #a6a6a6;
|
|
}
|
|
afx-button i.icon-style {
|
|
width: 16px;
|
|
height: 16px;
|
|
display: inline-block;
|
|
}
|
|
afx-button button:active, afx-button button.btactive {
|
|
background-color: #2786F3;
|
|
color: white;
|
|
border: 1px solid #dedede;
|
|
} |