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

Commit 058d460

Browse files
author
vikasrohit
committed
Merge pull request #655 from appirio-tech/feature/sup-2901-skill-field-width-for-less-skills
Feature/sup 2901 [Edit Profile]: Improvements to the width of sections
2 parents c840e7c + 3411389 commit 058d460

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

assets/css/directives/external-account.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
display: flex;
55
flex-direction: column;
66
align-items: center;
7-
margin: 5px 20px 15px 0;
7+
margin: 5px 0px 15px 0;
88
cursor: pointer;
99

1010
&.connected {

assets/css/directives/external-link-data.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
external-accounts {
44
display: flex;
55
flex-flow: row wrap;
6+
justify-content: space-between;
67
}
78

89
.ext-link-tile_edit-header {
@@ -207,18 +208,14 @@ external-accounts {
207208
display: flex;
208209
flex-direction: row;
209210
flex-wrap: wrap;
210-
justify-content: flex-start;
211+
justify-content: space-between;
211212
padding: 0px 60px;
212213

213214
.external-link-tile {
214215
border: 1px solid #f0f0f0;
215216
background-color: $gray-lightest;
216-
margin-left: 15px;
217217
margin-top: 30px;
218218
margin-bottom: 0px;
219-
// &:nth-child(3n+1) {
220-
// margin-left: 0px;
221-
// }
222219
width: 218px;
223220
height: 240px;
224221
display: flex;

assets/css/settings/settings.scss

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,14 @@
145145
margin-top: 10px;
146146
}
147147
}
148+
.section-fields {
149+
width: 100%;
150+
}
148151

149152
&.skills {
150153
input {
151154
width: 100%;
152155
}
153-
.section-fields {
154-
width: 100%;
155-
}
156-
}
157-
158-
&.tracks {
159-
.section-fields {
160-
width: 100%;
161-
}
162156
}
163157
}
164158

@@ -326,12 +320,12 @@
326320
flex-direction: row;
327321
flex-wrap: wrap;
328322
margin-top: 20px;
323+
justify-content: space-between;
329324

330325
.skill {
331326
margin: 0 20px 10px;
332327
@media only screen and (min-width: 768px) {
333328
margin: 0;
334-
margin-right: 30px;
335329
margin-bottom: 60px;
336330
}
337331
}

0 commit comments

Comments
 (0)