Merge pull request #2763 from brkcvn/master

Suggestion buttons styling
This commit is contained in:
Burak Civan 2022-11-22 12:09:08 +03:00 committed by GitHub
commit aa6f080b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

2
public/css/app.css vendored
View File

@ -53411,7 +53411,7 @@ button, input, optgroup, select, textarea{
border-bottom-left-radius: 0.5rem;
border-right-width: 0px;
}
.suggestion-buttons > a:first-child, .suggestion-buttons > button:first-child{
.suggestion-buttons a, .suggestion-buttons button{
margin-top: 0.5rem;
}
[data-dropdown-actions] {

View File

@ -22,7 +22,7 @@
@apply ltr:[&:nth-child(2)]:border-l ltr:[&:nth-child(3)]:border-l-0 rtl:[&:nth-child(2)]:border-r rtl:[&:nth-child(3)]:border-r-0 ltr:[&:first-child]:rounded-tl-lg ltr:[&:first-child]:rounded-bl-lg ltr:[&:first-child]:border-r-0 rtl:[&:first-child]:rounded-tr-lg rtl:[&:first-child]:rounded-br-lg rtl:[&:first-child]:border-l-0 ltr:[&:last-child]:rounded-tr-lg ltr:[&:last-child]:rounded-br-lg ltr:[&:last-child]:border-l-0 rtl:[&:last-child]:rounded-tl-lg rtl:[&:last-child]:rounded-bl-lg rtl:[&:last-child]:border-r-0;
}
.suggestion-buttons > a:first-child, .suggestion-buttons > button:first-child {
.suggestion-buttons a, .suggestion-buttons button {
@apply mt-2;
}

View File

@ -24,7 +24,7 @@
</div>
</div>
<div data-page-title-second class="w-full flex flex-wrap flex-col sm:flex-row sm:items-center justify-end sm:space-x-2 sm:rtl:space-x-reverse space-y-2 suggestion-buttons">
<div data-page-title-second class="w-full flex flex-wrap flex-col sm:flex-row sm:items-center justify-end sm:space-x-2 sm:rtl:space-x-reverse suggestion-buttons">
@stack('header_button_start')
{!! $buttons !!}

View File

@ -24,7 +24,7 @@
</div>
</div>
<div data-page-title-second class="w-full flex flex-wrap flex-col sm:flex-row sm:items-center justify-end sm:space-x-2 sm:rtl:space-x-reverse space-y-2 suggestion-buttons">
<div data-page-title-second class="w-full flex flex-wrap flex-col sm:flex-row sm:items-center justify-end sm:space-x-2 sm:rtl:space-x-reverse suggestion-buttons">
@stack('header_button_start')
{!! $buttons !!}

View File

@ -24,7 +24,7 @@
</div>
</div>
<div data-page-title-second class="w-full flex flex-wrap flex-col sm:flex-row sm:items-center justify-end sm:space-x-2 sm:rtl:space-x-reverse space-y-2 suggestion-buttons">
<div data-page-title-second class="w-full flex flex-wrap flex-col sm:flex-row sm:items-center justify-end sm:space-x-2 sm:rtl:space-x-reverse suggestion-buttons">
@stack('header_button_start')
{!! $buttons !!}

View File

@ -24,7 +24,7 @@
</div>
</div>
<div data-page-title-second class="w-full flex flex-wrap flex-col sm:flex-row sm:items-center justify-end sm:space-x-2 sm:rtl:space-x-reverse space-y-2 suggestion-buttons">
<div data-page-title-second class="w-full flex flex-wrap flex-col sm:flex-row sm:items-center justify-end sm:space-x-2 sm:rtl:space-x-reverse suggestion-buttons">
@stack('header_button_start')
{!! $buttons !!}