1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09:41 +02:00
portainer/app/react/components/buttons/Button.css
Chaim Lev-Ari 92b7e64689
feat(ui/sidebar): support custom logos [EE-3753] (#7436)
* feat(ui/sidebar): show right logos
2022-08-12 13:27:30 +12:00

10 lines
125 B
CSS

.btn-none {
padding: 0;
margin: 0;
background-color: transparent;
border: 0;
}
.btn-none:focus {
outline: none;
}