mirror of https://github.com/portainer/portainer
11 lines
126 B
CSS
11 lines
126 B
CSS
|
.btn-none {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
background-color: transparent;
|
||
|
width: 1em;
|
||
|
}
|
||
|
|
||
|
.btn-none:focus {
|
||
|
outline: none;
|
||
|
}
|