Dialogs and Vuetify styling changes
This commit is contained in:
parent
2ba0d57aa8
commit
a97211afdf
45 changed files with 320 additions and 346 deletions
|
|
@ -16,14 +16,12 @@
|
|||
>
|
||||
<slot></slot>
|
||||
<v-btn
|
||||
fab
|
||||
x-small
|
||||
icon="cancel"
|
||||
size="small"
|
||||
elevation="0"
|
||||
color="black"
|
||||
@click.stop="backgroundClick"
|
||||
class="bottom-sheet-close"
|
||||
>
|
||||
<v-icon color="white" >cancel</v-icon>
|
||||
</v-btn>
|
||||
</SwipeableBottomSheet>
|
||||
</div>
|
||||
|
|
@ -91,8 +89,8 @@ export default {
|
|||
.message-operations-bottom-sheet {
|
||||
.bottom-sheet-close {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
right: 4px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.transition-bg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue