[V3-1021] added buttons control for cabinet (#1035)

This commit is contained in:
Nikolay Yurchenko 2019-01-25 23:09:46 +10:00 committed by GitHub
parent a1027c7836
commit 143e6a58e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
// See LICENSE for copying information.
<template>
<div class="new-project-popup-container">
<div class="new-project-popup" id="newProjectPopup">
<div class="new-project-popup-container" v-on:keyup.enter="createProject" v-on:keyup.esc="onCloseClick">
<div class="new-project-popup" id="newProjectPopup" >
<div class="new-project-popup__info-panel-container">
<h2 class="new-project-popup__info-panel-container__main-label-text">Create New Project</h2>
<img src="@/../static/images/dashboard/CreateNewProject.png" alt="">

View File

@ -2,7 +2,7 @@
// See LICENSE for copying information.
<template>
<div class='add-user-container'>
<div class='add-user-container' v-on:keyup.enter="onAddUsersClick" v-on:keyup.esc="onClose">
<div class='add-user' id="addTeamMemberPopup">
<div class='add-user__info-panel-container'>
<h2 class='add-user__info-panel-container__main-label-text'>Add New User</h2>

View File

@ -2,7 +2,7 @@
// See LICENSE for copying information.
<template>
<div class="login-container">
<div class="login-container" v-on:keyup.enter="onLogin">
<div class="login-container__wrapper">
<img class="login-container__logo" src="../../static/images/login/Logo.svg" alt="logo" v-on:click="onLogoClick">
<div class="login-area">

View File

@ -2,7 +2,7 @@
// See LICENSE for copying information.
<template>
<div class="register">
<div class="register" v-on:keyup.enter="onCreateClick">
<div class="register-area">
<div class="register-area__scrollable">
<div class="register-area__scrollable__navLabel">