Skip to content

Commit

Permalink
remove segment custom width
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Mar 7, 2022
1 parent 8fd2654 commit 4a60d84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion theme/themes/eea/elements/container.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ div.ui.container {
margin-right 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

div.profile .ui.container {
#toolbar .pastanaga-menu .ui.container {
padding: @profileSectionPadding;
}

Expand Down
8 changes: 0 additions & 8 deletions theme/themes/eea/elements/segment.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,3 @@
display: flex;
align-items: center;
}

#toolbar {
.pastanaga-menu {
.ui.raised.segments {
width: @profileRaisedSegmentWidth;
}
}
}
2 changes: 0 additions & 2 deletions theme/themes/eea/elements/segment.variables
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@

/* Raised */
@raisedBoxShadow: @floatingShadow;
// Fixme: The parent width is 100% which is applied to all raised segment.
@profileRaisedSegmentWidth: 80%;

/* Padded */
@paddedSegmentPadding: 1.5em;
Expand Down

0 comments on commit 4a60d84

Please sign in to comment.