2022-07-28 09:53:19 +12:00
|
|
|
.btn-none {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background-color: transparent;
|
2022-08-12 04:27:30 +03:00
|
|
|
border: 0;
|
2022-07-28 09:53:19 +12:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-none:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2022-11-22 09:40:44 +13:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2023-05-31 12:28:11 +12:00
|
|
|
|
|
|
|
.btn-none:active {
|
|
|
|
outline: none;
|
|
|
|
background-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
}
|