Skip to content

Commit

Permalink
add select button to platform card
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Sep 22, 2023
1 parent 661d633 commit c6283ec
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -603,11 +603,25 @@ button {
flex-wrap: nowrap;
flex-direction: column;
flex-grow: 2;

.header {
display: flex;
align-items: center;
justify-content: space-between;

.select-button {
display: flex;
.success {
align-items: flex-end;
font-size: 0.8em;
}
}
}
}

h3.title {
font-family: "ExpensifyNewKansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-size: 1.2em;
font-size: 1.4em;
font-weight: normal;
}

Expand All @@ -623,12 +637,16 @@ button {

p.description,
p.url {
padding: 0 0 20px 0;
margin: 0;
font-weight: normal;
}

p.description {
padding: 20px 0 20px 0;
}

p.url {
padding: 0;
font-size: 0.8em;
color: $color-gray-label;
}
Expand Down

0 comments on commit c6283ec

Please sign in to comment.