14 lines
153 B
SCSS
14 lines
153 B
SCSS
|
// misc styling for various /pages
|
||
|
|
||
|
|
||
|
.help-page {
|
||
|
|
||
|
.ant-result-image {
|
||
|
height: 100px;
|
||
|
svg {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
}
|