Update member header layout
This commit is contained in:
@@ -33,3 +33,4 @@
|
||||
@import 'sections/request_approval';
|
||||
@import 'sections/projects_list';
|
||||
@import 'sections/project_edit';
|
||||
@import 'sections/member_edit';
|
||||
|
37
scss/sections/_member_edit.scss
Normal file
37
scss/sections/_member_edit.scss
Normal file
@@ -0,0 +1,37 @@
|
||||
.member-card {
|
||||
@include grid-row;
|
||||
padding: $gap*2;
|
||||
justify-content: space-between;
|
||||
|
||||
dl {
|
||||
margin: 0;
|
||||
|
||||
> div {
|
||||
margin-bottom: $gap;
|
||||
}
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: normal;
|
||||
color: $color-gray;
|
||||
}
|
||||
|
||||
dd {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.member-card__header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.member-card__heading {
|
||||
margin: 0;
|
||||
@include h2;
|
||||
}
|
||||
|
||||
.member-card__details {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user