antos-frontend/src/themes/system/afx-button.css
DanyLE 92e27b653f Rework on AntOS core to provide support to both mobile and desktop devices (experimental):
- 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
2022-12-08 14:56:05 +01:00

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