1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 22:39:41 +02:00
portainer/app/react/components/buttons/Button.css

11 lines
126 B
CSS
Raw Normal View History

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