modif css
This commit is contained in:
@@ -11,11 +11,14 @@
|
||||
<Entry height="3" width="15" type="email" placeholder="Adresse mail" required="true"></Entry>
|
||||
</div>
|
||||
<div class="container-form-add-client-entry">
|
||||
<Entry height="3" width="15" type="text" placeholder="téléphone" required="true"></Entry>
|
||||
<Entry height="3" width="15" type="text" placeholder="Téléphone" required="true"></Entry>
|
||||
</div>
|
||||
<div class="container-form-add-client-entry">
|
||||
<Checkbox text="Client VIP" id="vip"></Checkbox>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sperator-form-add-client">
|
||||
|
||||
</div>
|
||||
<div class="right-form-client">
|
||||
<div class="container-form-add-client-entry">
|
||||
@@ -47,6 +50,9 @@ import Checkbox from '@/components/checkbox.vue';
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.sperator-form-add-client{
|
||||
border-right: 2px solid #2D4570;
|
||||
}
|
||||
.container-add-client {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -58,8 +64,8 @@ import Checkbox from '@/components/checkbox.vue';
|
||||
height: 80%;
|
||||
width: 60%;
|
||||
z-index: 0;
|
||||
background-color: #2D4570;
|
||||
border: 2px solid #2D4570;
|
||||
background-color: #FFFFFF;
|
||||
border: 2px solid #FFFFFF;
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: -3px 10px 11px -4px rgba(0,0,0,0.42);
|
||||
box-shadow: -3px 10px 11px -4px rgba(0,0,0,0.42);
|
||||
|
||||
Reference in New Issue
Block a user