Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9d2303a

Browse files
committed
fix: issue #585
1 parent b757d12 commit 9d2303a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/PositionDetails/components/InterviewPopup/ManageAvailability/styles.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@
9595
display: flex;
9696
align-items: center;
9797
margin-top: 12px;
98+
justify-content: space-between;
9899
}
99100

100101
.manage-calendar {
101-
flex: 1;
102102
color: #0d61bf;
103103
@include font-roboto;
104104
font-weight: 400;

src/routes/PositionDetails/components/InterviewPopup/SelectDuration/styles.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656

5757
.button-wrapper {
5858
display: flex;
59+
justify-content: space-between;
5960
align-items: center;
6061
margin-top: 16px;
6162
}
6263

6364
.manage-calendar {
64-
flex: 1;
6565
color: #0d61bf;
6666
@include font-roboto;
6767
font-weight: 400;

0 commit comments

Comments
 (0)