Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _includes/pricing/calculator.sass
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@ $bg-white: #fff
color: #fff
text-align: left
border-radius: 6px
padding: 5px
padding: 5px 10px
font-size: 12px
left: 19px
top: -3px
width: 250px
line-height: 24px
line-height: 18px
.input-with-controls
display: flex
align-items: center
Expand Down Expand Up @@ -969,7 +969,7 @@ $bg-white: #fff
right: 0
bottom: 0
background-color: rgba(0, 0, 0, 0.5)
z-index: 8888
z-index: 9999
align-items: center
justify-content: center
&.visible
Expand All @@ -980,7 +980,7 @@ $bg-white: #fff
padding: 8px
border-radius: 24px
background-color: #F7F9FC
max-height: min(912px, 100%)
height: min(912px, 100%)
overflow: hidden
.modal-body
display: flex
Expand Down
Loading