mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Cleanup _overrides.sass
This commit is contained in:
@@ -28,23 +28,10 @@
|
||||
|
||||
// Re-apply the primer styles with higher specificity
|
||||
// as the OpenProject form styles override them.
|
||||
|
||||
.Box
|
||||
> ul:not(.op-uc-list)
|
||||
margin-left: 0
|
||||
|
||||
|
||||
.FormControl
|
||||
label
|
||||
margin-bottom: 0
|
||||
input
|
||||
border-radius: var(--borderRadius-medium)
|
||||
|
||||
action-menu
|
||||
anchored-position
|
||||
ul
|
||||
margin-left: 0
|
||||
|
||||
.UnderlineNav
|
||||
@include no-visible-scroll-bar
|
||||
margin-bottom: 12px
|
||||
@@ -52,19 +39,21 @@ action-menu
|
||||
@media screen and (min-width: $breakpoint-sm)
|
||||
scroll-behavior: smooth
|
||||
|
||||
ul.SegmentedControl
|
||||
margin-left: 0
|
||||
|
||||
/* Remove margin-left: 2rem from Breadcrumbs */
|
||||
#breadcrumb,
|
||||
page-header,
|
||||
sub-header,
|
||||
.op-work-package-details-tab-component,
|
||||
.tabnav,
|
||||
.Box-header
|
||||
.Box-header,
|
||||
action-menu anchored-position
|
||||
ol, ul
|
||||
margin-left: 0
|
||||
|
||||
ul.SegmentedControl,
|
||||
.Box > ul:not(.op-uc-list)
|
||||
margin-left: 0
|
||||
|
||||
#breadcrumb
|
||||
.breadcrumb-item.breadcrumb-item-selected
|
||||
a
|
||||
|
||||
Reference in New Issue
Block a user