Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/CMI-OSS/cbnu-alrami into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jaryapp committed Oct 4, 2023
2 parents f67bc82 + bac3257 commit f7c83b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
display: flex;
flex-direction: column;
justify-content: center;
height: 104px;
padding: 16px 24px;
margin-bottom: 8px;
background: $black-0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
display: flex;
flex-direction: column;
justify-content: center;
gap: 4px;
width: 100%;
height: 86px;
padding: 26px 24px;
height: 82px;
padding: 14px 22px;
margin-bottom: 14px;
border-radius: 20px;
background: $black-5;
Expand All @@ -25,7 +26,6 @@

.content {
font-size: 14px;
line-height: 30px;
color: $black-50;
letter-spacing: 0.01em;
}
Expand Down

0 comments on commit f7c83b0

Please sign in to comment.