Skip to content

Commit

Permalink
Merge pull request #337 from phlask/286-modal-height
Browse files Browse the repository at this point in the history
Adds height to the .halfInfo class
  • Loading branch information
RNR1 authored Aug 8, 2023
2 parents cc0974c + dda35bb commit cc0635a
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
$dark-grey: #2D3748;
$light-grey: #60718C;
$lighter-grey: #E9EEF4;
$dark-grey: #2d3748;
$light-grey: #60718c;
$lighter-grey: #e9eef4;

.halfInfo {
& * {
margin: 0;
font-size: 14px;
}
height: 100vh;
}

padding: 10px 20px 40px;

Expand All @@ -28,7 +29,7 @@ $lighter-grey: #E9EEF4;
}

.swipeIcon {
content: " ";
content: ' ';
height: 4px;
width: 24px;
border-radius: 25%;
Expand All @@ -52,7 +53,7 @@ $lighter-grey: #E9EEF4;

.mainHalfInfoText {
margin-left: 10px;

.organization {
margin-bottom: 6px;
}
Expand All @@ -63,12 +64,12 @@ $lighter-grey: #E9EEF4;

.walkTime {
font-size: 1em; //font-size: 14px;
color: #2D3748;
color: #2d3748;
font-weight: 600;
}
}
}

.halfInfoExpand {
.tagGroup {
margin-top: 15px;
Expand Down

0 comments on commit cc0635a

Please sign in to comment.