2022-07-27 21:53:19 +00:00
|
|
|
.btn-none {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background-color: transparent;
|
2022-08-12 01:27:30 +00:00
|
|
|
border: 0;
|
2022-07-27 21:53:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-none:focus {
|
|
|
|
outline: none;
|
2023-06-08 20:35:29 +00:00
|
|
|
color: inherit;
|
2022-07-27 21:53:19 +00:00
|
|
|
}
|
2022-11-21 20:40:44 +00:00
|
|
|
|
2023-07-11 15:35:43 +00:00
|
|
|
/* used for BE teaser. Dark theme specs defined by EE-5621 */
|
2022-11-21 20:40:44 +00:00
|
|
|
.btn-warninglight {
|
|
|
|
@apply border-warning-5 bg-warning-2 text-black;
|
2023-07-11 15:35:43 +00:00
|
|
|
@apply th-dark:border-blue-8 th-dark:bg-blue-8 th-dark:bg-opacity-10 th-dark:text-white;
|
2022-11-21 20:40:44 +00:00
|
|
|
@apply th-highcontrast:bg-warning-5 th-highcontrast:bg-opacity-10 th-highcontrast:text-white;
|
|
|
|
}
|
2023-05-31 00:28:11 +00:00
|
|
|
|
|
|
|
.btn-none:active {
|
|
|
|
outline: none;
|
|
|
|
background-color: transparent;
|
|
|
|
box-shadow: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
}
|