Skip to content

Commit

Permalink
Merge pull request #8231 from ever-co/fix/time-tracker-style
Browse files Browse the repository at this point in the history
[Fix] Time tracker and login page styles
  • Loading branch information
evereq authored Sep 18, 2024
2 parents 98b8452 + 947c8a6 commit 73d633a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/desktop-ui-lib/src/lib/login/login.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@

::ng-deep {
nb-card-body {
padding: .5rem;
padding: 36px 0.5rem 0.5rem;
}

nb-card-header {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
padding-bottom: 10px;
background-color: var(--gauzy-card-1);
border-radius: var(--border-radius);
height: calc(100vh - 23.75rem);
height: calc(100vh - 22.625rem);
overflow-y: auto;

.table-row-custom {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

.timer-window-container {
margin-top: 20px;
margin-top: 28px;
display: flex;
flex-direction: row;
align-items: flex-start;
Expand All @@ -36,7 +36,7 @@
.timer {
min-width: 360px !important;
width: auto;
height: calc(100vh - 2.5rem);
height: calc(100vh - 2.5rem - 23px);
overflow: hidden;

&.expanded {
Expand Down Expand Up @@ -633,14 +633,13 @@ img {
flex-direction: column;
padding: 8px 4px;
border-radius: var(--border-radius);
height: calc(100vh - 15.75rem);
height: calc(100vh - 16.25rem);
width: auto;

.table-scroll-container {
flex-grow: 10;
max-height: unset;
padding: 0 4px 0;
margin-bottom: 8px;
overflow-x: hidden;
}
}
Expand Down

0 comments on commit 73d633a

Please sign in to comment.