Skip to content

Commit

Permalink
fix(gallery): fix css import
Browse files Browse the repository at this point in the history
  • Loading branch information
borisovartem committed Sep 6, 2024
1 parent 08a06e6 commit 8dc91f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@import '../../../../themes/src/default.css';
@import '../../../../vars/src/index.css';

.headerMobile {
position: relative;
height: 72px;
z-index: 3;
padding: var(--gap-s) var(--gap-xs);
padding: var(--gap-12) var(--gap-8);
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit 8dc91f2

Please sign in to comment.