|
|
@@ -156,26 +156,29 @@ |
|
|
|
.result, .no-result, .freeze { |
|
|
|
min-height: #{"calc(100vh - 284px)"}; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.msg-box { |
|
|
|
margin-bottom: 4em; |
|
|
|
font-size: var(--text-sm); |
|
|
|
.msg-box { |
|
|
|
margin-bottom: 4em; |
|
|
|
font-size: var(--text-sm); |
|
|
|
|
|
|
|
// To compensate for perceived centering |
|
|
|
.null-state { |
|
|
|
height: 85px; |
|
|
|
width: auto; |
|
|
|
margin-bottom: var(--margin-md); |
|
|
|
img { |
|
|
|
fill: var(--fg-color); |
|
|
|
} |
|
|
|
// To compensate for perceived centering |
|
|
|
.null-state { |
|
|
|
height: 85px; |
|
|
|
width: auto; |
|
|
|
margin-bottom: var(--margin-md); |
|
|
|
img { |
|
|
|
fill: var(--fg-color); |
|
|
|
} |
|
|
|
} |
|
|
|
p { |
|
|
|
font-size: var(--text-md); |
|
|
|
} |
|
|
|
|
|
|
|
.meta-description { |
|
|
|
width: 45%; |
|
|
|
margin-right: auto; |
|
|
|
margin-left: auto; |
|
|
|
} |
|
|
|
.meta-description { |
|
|
|
width: 45%; |
|
|
|
margin-right: auto; |
|
|
|
margin-left: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|