header styles updated

This commit is contained in:
merajjahir
2022-02-16 20:00:14 +06:00
parent 3d1bb92b3a
commit 594b2b3cb6
2 changed files with 28 additions and 7 deletions

21
dist/tailshape.css vendored
View File

@@ -2351,6 +2351,10 @@ Ensure the default browser behavior of the `hidden` attribute.
padding-left: 1.5rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.text-left {
text-align: left;
}
@@ -2840,6 +2844,18 @@ Ensure the default browser behavior of the `hidden` attribute.
outline-offset: 2px;
}
.ring-2 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.filter {
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@@ -3086,6 +3102,11 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-purple-500:hover {
--tw-bg-opacity: 1;
background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.hover\:text-purple-800:hover {
--tw-text-opacity: 1;
color: rgb(107 33 168 / var(--tw-text-opacity));