VRFS-935 Account identity screen borked.
This commit is contained in:
parent
7bb4b4a3c8
commit
144f97f470
|
|
@ -1,9 +1,10 @@
|
|||
@import 'common.css.scss';
|
||||
|
||||
.account-content-scroller {
|
||||
.account-content-scroller,
|
||||
#account-identity-content-scroller {
|
||||
|
||||
.content-wrapper {
|
||||
padding:10px 35px;
|
||||
padding:10px 30px;
|
||||
}
|
||||
|
||||
.content-wrapper.account {
|
||||
|
|
@ -114,6 +115,7 @@
|
|||
|
||||
.button-orange, .button-grey {
|
||||
line-height:14px;
|
||||
margin-top:6px;
|
||||
margin-right:0;
|
||||
}
|
||||
|
||||
|
|
@ -122,7 +124,7 @@
|
|||
}
|
||||
|
||||
div.field {
|
||||
margin-bottom:27px;
|
||||
margin-bottom:21px;
|
||||
}
|
||||
|
||||
div.profile-instrumentlist table {
|
||||
|
|
|
|||
Loading…
Reference in New Issue