orbittouchcheck
parent
d262b191bd
commit
27df5beff8
File diff suppressed because one or more lines are too long
29
app.css
29
app.css
|
@ -1,5 +1,3 @@
|
|||
/* @tailwind base; */
|
||||
|
||||
.bg-gray-700 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
|
||||
|
@ -132,8 +130,6 @@
|
|||
}
|
||||
|
||||
* {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
@ -182,7 +178,7 @@ body {
|
|||
|
||||
.btn:hover {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
|
||||
background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
@ -196,27 +192,6 @@ body {
|
|||
color: rgba(229, 229, 229, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.btn-light {
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-light:hover {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.btn-light {
|
||||
fill: currentColor;
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(64, 64, 64, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.btn-light:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(64, 64, 64, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.btn-green {
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
|
@ -234,7 +209,7 @@ body {
|
|||
|
||||
.btn-green:hover {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgba(167, 243, 208, var(--tw-text-opacity));
|
||||
color: rgba(52, 211, 153, var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue