fix: responsiveness

This commit is contained in:
liyasthomas
2021-08-05 21:29:05 +05:30
parent 4b416586b7
commit 3bd78869a0
7 changed files with 41 additions and 8 deletions

View File

@@ -105,11 +105,14 @@ a {
.tippy-popper {
.tooltip-theme {
@apply bg-tooltip;
@apply text-primary text-xs;
@apply text-primary;
@apply font-semibold;
@apply py-1 px-2;
@apply shadow;
font-size: var(--body-font-size);
line-height: var(--body-line-height);
kbd {
@apply first:ml-2;
@apply last:-mr-1;
@@ -128,6 +131,9 @@ a {
@apply p-2;
@apply shadow-lg;
@apply focus:outline-none;
font-size: var(--body-font-size);
line-height: var(--body-line-height);
}
&[x-placement^="top"] .tippy-tooltip .tippy-arrow {
@@ -330,11 +336,14 @@ input[type="checkbox"] {
.toasted {
&.toasted-primary {
@apply bg-tooltip;
@apply text-primary text-xs;
@apply text-primary;
@apply justify-start;
@apply shadow;
@apply font-semibold;
font-size: var(--body-font-size);
line-height: var(--body-line-height);
.action {
@apply ml-auto;
@apply transition;