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 class="profile-section">
|
||||
<div class="profile-section profile-memberSection">
|
||||
<label><%- @T('Members') %></label>
|
||||
<div class="profile-details horizontal wrap">
|
||||
<div class="profile-organizationMember">
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
<% if @organization.members: %>
|
||||
<div class="profile-section">
|
||||
<div class="profile-section profile-memberSection">
|
||||
<label><%- @T('Members') %></label>
|
||||
<div class="profile-details horizontal wrap">
|
||||
|
||||
|
|
|
@ -522,7 +522,7 @@ h5 {
|
|||
label,
|
||||
.checkbox.form-group label {
|
||||
text-transform: uppercase;
|
||||
color: #999;
|
||||
color: hsl(0,0%,60%);
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
|
@ -1646,10 +1646,10 @@ footer {
|
|||
}
|
||||
|
||||
.can-move-placeholder {
|
||||
border: 1px dashed #DDD;
|
||||
background: #EEE;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
border: 1px dashed #DDD;
|
||||
background: #EEE;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.customer_info {
|
||||
|
@ -4502,6 +4502,10 @@ label + .wizard-buttonList {
|
|||
|
||||
.profile-section {
|
||||
padding: 20px 50px;
|
||||
|
||||
&.profile-memberSection {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.profile-section:not(:last-child) {
|
||||
|
|
Loading…
Reference in a new issue