search input and button swapped (#1643)
This commit is contained in:
parent
75870005b2
commit
78dedbb5bb
@ -4,10 +4,10 @@
|
||||
<template>
|
||||
<div class="api-keys-header-container">
|
||||
<div class="api-keys-header-container__item">
|
||||
<SearchArea />
|
||||
<div id="addApiKeyPopupButton">
|
||||
<Button label="New API Key" width="240px" height="54px" :onPress="togglePopup" />
|
||||
</div>
|
||||
<SearchArea />
|
||||
</div>
|
||||
<div class="api-keys-header-container__item">
|
||||
<!-- <SortApiKeysHeader /> -->
|
||||
|
@ -40,7 +40,7 @@ export default class SearchArea extends Vue {
|
||||
.search-container {
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
margin-right: 24px;
|
||||
margin-left: 24px;
|
||||
|
||||
&__wrap {
|
||||
position: relative;
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
<template>
|
||||
<div class="team-header-container">
|
||||
<Button label="Add User" width="240px" height="58px" :onPress="onAddUsersClick" id="addTeamMemberPopupButton" />
|
||||
<SortUsersDropdown />
|
||||
<SearchArea />
|
||||
<Button label="Add User" width="240px" height="58px" :onPress="onAddUsersClick" id="addTeamMemberPopupButton" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
.search-container {
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
margin: 0 24px;
|
||||
margin: 0 0 0 24px;
|
||||
|
||||
&__wrap {
|
||||
position: relative;
|
||||
|
@ -74,6 +74,7 @@ export default class SortUsersDropdown extends Vue {
|
||||
box-sizing: border-box;
|
||||
border-radius: 6px;
|
||||
transition: all .2s ease-in-out;
|
||||
margin-left: 24px;
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0px 4px rgba(231, 232, 238, 0.6);
|
||||
|
Loading…
Reference in New Issue
Block a user