pixel pushing in the profile > member section
This commit is contained in:
parent
177dc4464b
commit
f4c97de9e7
3 changed files with 11 additions and 7 deletions
|
@ -48,7 +48,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="profile-section">
|
<div class="profile-section profile-memberSection">
|
||||||
<label><%- @T('Members') %></label>
|
<label><%- @T('Members') %></label>
|
||||||
<div class="profile-details horizontal wrap">
|
<div class="profile-details horizontal wrap">
|
||||||
<div class="profile-organizationMember">
|
<div class="profile-organizationMember">
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if @organization.members: %>
|
<% if @organization.members: %>
|
||||||
<div class="profile-section">
|
<div class="profile-section profile-memberSection">
|
||||||
<label><%- @T('Members') %></label>
|
<label><%- @T('Members') %></label>
|
||||||
<div class="profile-details horizontal wrap">
|
<div class="profile-details horizontal wrap">
|
||||||
|
|
||||||
|
|
|
@ -522,7 +522,7 @@ h5 {
|
||||||
label,
|
label,
|
||||||
.checkbox.form-group label {
|
.checkbox.form-group label {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #999;
|
color: hsl(0,0%,60%);
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -1646,10 +1646,10 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.can-move-placeholder {
|
.can-move-placeholder {
|
||||||
border: 1px dashed #DDD;
|
border: 1px dashed #DDD;
|
||||||
background: #EEE;
|
background: #EEE;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customer_info {
|
.customer_info {
|
||||||
|
@ -4502,6 +4502,10 @@ label + .wizard-buttonList {
|
||||||
|
|
||||||
.profile-section {
|
.profile-section {
|
||||||
padding: 20px 50px;
|
padding: 20px 50px;
|
||||||
|
|
||||||
|
&.profile-memberSection {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-section:not(:last-child) {
|
.profile-section:not(:last-child) {
|
||||||
|
|
Loading…
Reference in a new issue