mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 14:59:41 +02:00
10 lines
126 B
CSS
10 lines
126 B
CSS
.btn-none {
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
width: 1em;
|
|
}
|
|
|
|
.btn-none:focus {
|
|
outline: none;
|
|
}
|