Skip to content

Commit 0cfffcc

Browse files
committed
Update button spacing
Signed-off-by: mohin7 <mohin@appscode.com>
1 parent 7da5052 commit 0cfffcc

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

static/assets/sass/components/_button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
align-items: center;
1616
justify-content: center;
1717
height: 46px;
18+
gap: 4px;
1819

1920
@include mobile {
2021
height: 44px;

static/assets/sass/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16832,7 +16832,8 @@ a.nav-link.active:after {
1683216832
display: inline-flex;
1683316833
align-items: center;
1683416834
justify-content: center;
16835-
height: 46px; }
16835+
height: 46px;
16836+
gap: 4px; }
1683616837
@media screen and (max-width: 768px) {
1683716838
.button.ac-button {
1683816839
height: 44px; } }

static/assets/sass/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)