summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-os/client/src/views/header/profile-edit-dialogs/profile-edit.modal.less
blob: b103f3045292857c1d42abf7dbbbc8286b79ec1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.profile-detail-modal {
  height: 430px;
  margin-left: 20px;
  
  .prodile-detail {
    .title {
      //.n18r;
      .dGray18r; 
      border-bottom: @blue-active 3px solid;

     }
  }
  
  
  .profile-edit-div{
  	    display: inline-block;
	    width: 240px;
	    margin-left: 10px;
  }
}