Skip to content

Commit

Permalink
fix(ember): fix styles in prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Sep 5, 2023
1 parent 7726516 commit c645340
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ember/app/styles/components/_project-detailed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
}

.project-detailed {
@extend .uk-margin-bottom;

table {
margin: 0;
}
Expand Down
12 changes: 6 additions & 6 deletions ember/app/styles/components/_top-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
/* button nav */
.button-nav {
@extend .uk-button-group;
@extend .uk-navbar-nav;

list-style: none;
gap: 0;
display: flex;
margin: 0;
padding: 0;

li a {
@extend .uk-button;
@extend .uk-button-small;

min-height: initial;
display: flex;
padding: var(--button-nav-button-padding);
line-height: var(--button-nav-button-line-height);
text-transform: uppercase;
text-decoration: none;

&:not(.active) {
@extend .uk-button-default;
Expand Down

0 comments on commit c645340

Please sign in to comment.