Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bozatko committed Nov 8, 2024
1 parent 2fd2476 commit 276a475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions src/bundle/Resources/public/scss/_preview-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.ibexa-dropdown {
--ibexa-dropdown-primary-color: #{$ibexa-color-white};
--ibexa-text-color: #{$ibexa-color-white};
border-right: calculateRem(1px) solid $ibexa-color-dark-400;
}

.ibexa-dropdown__selection-info {
Expand All @@ -35,10 +36,6 @@
display: flex;
align-items: center;
}

&--separation-line {
border-right: calculateRem(1px) solid $ibexa-color-dark-400;
}
}

&__link {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@

{% block header_row %}
<div class="ibexa-preview-header">
<div class="ibexa-preview-header__item">
<div class="ibexa-preview-header__item--siteaccess ibexa-preview-header__item--separation-line">
<div class="ibexa-preview-header__item ibexa-preview-header__item--siteaccess ibexa-preview-header__item--separation-line">
{{ form(site_access_form) }}
</div>
</div>
<div class="ibexa-preview-header__item ibexa-preview-header__item--actions">
<button data-preview-mode="desktop" class="btn ibexa-btn ibexa-btn--no-text ibexa-btn--dark-selector ibexa-btn--selected ibexa-preview-header__action">
<svg class="ibexa-icon ibexa-icon--medium ibexa-icon--desktop">
Expand Down

0 comments on commit 276a475

Please sign in to comment.