39 lines
484 B
SCSS
39 lines
484 B
SCSS
@import "client/common";
|
|
|
|
#invite-retailer-user-dialog {
|
|
width: 500px;
|
|
|
|
h3 {
|
|
color:white;
|
|
margin-bottom:20px;
|
|
}
|
|
.dialog-inner {
|
|
width: auto;
|
|
}
|
|
|
|
.actions {
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
|
|
p { margin-bottom:20px;}
|
|
|
|
label {
|
|
width:150px;
|
|
display:inline-block;
|
|
}
|
|
input {
|
|
display:inline-block;
|
|
width:250px;
|
|
}
|
|
|
|
.field {
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
textarea {
|
|
height:500px;
|
|
width:100%;
|
|
margin-bottom:20px;
|
|
}
|
|
} |