mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-22 23:26:44 +02:00
- Redesign the core UI API and tags to support Mobile devices - Add new StackMenu tag - Support touch events handling on touch devices - Redesign File and Setting to work on mobile - Improve Anouncement API - Rework on default themes
17 lines
276 B
CSS
17 lines
276 B
CSS
afx-button button{
|
|
outline: none;
|
|
min-height: 35px;
|
|
min-width: 40px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
afx-button i.icon-style {
|
|
float: left;
|
|
}
|
|
|
|
afx-button afx-label i.icon-style {
|
|
width: 24px;
|
|
height: 24px;
|
|
display: inline-block;
|
|
} |