mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
16 lines
367 B
CSS
16 lines
367 B
CSS
.btn-none {
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.btn-none:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.btn-warninglight {
|
|
@apply border-warning-5 bg-warning-2 text-black;
|
|
@apply th-dark:bg-warning-5 th-dark:bg-opacity-10 th-dark:text-white;
|
|
@apply th-highcontrast:bg-warning-5 th-highcontrast:bg-opacity-10 th-highcontrast:text-white;
|
|
}
|