added spacing fır head buttons

This commit is contained in:
Burak Civan 2022-12-01 11:23:04 +03:00
parent a5bf320edc
commit e53446040e
2 changed files with 2 additions and 6 deletions

6
public/css/app.css vendored
View File

@ -53413,6 +53413,7 @@ button, input, optgroup, select, textarea{
} }
.suggestion-buttons a, .suggestion-buttons button{ .suggestion-buttons a, .suggestion-buttons button{
margin-top: 0.5rem; margin-top: 0.5rem;
margin-bottom: 0.5rem;
} }
[data-dropdown-actions] { [data-dropdown-actions] {
-webkit-transform: unset !important; -webkit-transform: unset !important;
@ -57157,11 +57158,6 @@ body{
line-height: 2.75rem; line-height: 2.75rem;
} }
.sm\:text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
.sm\:text-purple{ .sm\:text-purple{
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(85 88 139 / var(--tw-text-opacity)); color: rgb(85 88 139 / var(--tw-text-opacity));

View File

@ -23,7 +23,7 @@
} }
.suggestion-buttons a, .suggestion-buttons button { .suggestion-buttons a, .suggestion-buttons button {
@apply mt-2; @apply mt-2 mb-2;
} }
[data-dropdown-actions] { [data-dropdown-actions] {