Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

SUP-2901, [Edit Profile]: Add skill field should have full length even if there is no/few skills #661

Merged
merged 1 commit into from
Jan 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/css/directives/external-account.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: flex;
flex-direction: column;
align-items: center;
margin: 5px 0px 15px 0;
margin: 5px 20px 15px 0;
cursor: pointer;

&.connected {
Expand Down
7 changes: 5 additions & 2 deletions assets/css/directives/external-link-data.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
external-accounts {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
}

.ext-link-tile_edit-header {
Expand Down Expand Up @@ -208,14 +207,18 @@ external-accounts {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
justify-content: flex-start;
padding: 0px 60px;

.external-link-tile {
border: 1px solid #f0f0f0;
background-color: $gray-lightest;
margin-left: 15px;
margin-top: 30px;
margin-bottom: 0px;
// &:nth-child(3n+1) {
// margin-left: 0px;
// }
width: 218px;
height: 240px;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/settings/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,12 @@
flex-direction: row;
flex-wrap: wrap;
margin-top: 20px;
justify-content: space-between;

.skill {
margin: 0 20px 10px;
@media only screen and (min-width: 768px) {
margin: 0;
margin-right: 30px;
margin-bottom: 60px;
}
}
Expand Down