dokuwiki-template-sprintdoc.../css/plugins/extension__manager.less
Jana Deutschländer cbc7dfe5f0 improve less formating - part 1 (plugin modules)
- remove @author from comments
- adjust the spacing
2019-04-10 16:00:53 +02:00

18 lines
333 B
Text

/**
* This file provides styles for extension manager
*/
/* + + + + + global + + + + + */
.dokuwiki #extension__manager {
.actions {
font-size: 0;
> button {
font-size: .92rem;
margin-left: .3rem;
padding-left: .3rem;
padding-right: .3rem;
}
}
}