chore: Refactor integrations pages for RTL (#6516)

* Refactor integrations

* Adjust spacing for integration item

---------

Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
Sivin Varghese
2023-02-23 17:29:28 +05:30
committed by GitHub
parent fdf8b3f369
commit 87aabfbb9a
5 changed files with 14 additions and 12 deletions

View File

@@ -9,7 +9,6 @@
.integration--image {
display: flex;
height: 10rem;
margin-right: $space-normal;
width: 10rem;
img {
@@ -18,12 +17,15 @@
}
}
.integration--title {
font-size: $font-size-large;
.integration--type {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 var(--space-normal);
}
.integration--description {
padding-right: $space-medium;
.integration--title {
font-size: var(--font-size-large);
}
.button-wrap {