mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
10 lines
125 B
CSS
10 lines
125 B
CSS
.btn-none {
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.btn-none:focus {
|
|
outline: none;
|
|
}
|