Skip to content

Commit 60296f6

Browse files
additional settings tweaking
1 parent 18962a0 commit 60296f6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/welcome/admin.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,10 @@ body.toplevel_page_stk-custom-fields {
391391
background-color: #fff;
392392
border-radius: 0;
393393
overflow: hidden;
394-
padding: 60px 35px;
394+
padding: 30px;
395395
overflow: visible;
396396
box-shadow: 0 18px 35px -15px rgba(18, 63, 82, 0.25);
397397
border: 0;
398-
margin-bottom: 30px;
399398
transition: all 0.3s ease;
400399
position: relative;
401400
&.s-box-spaced {
@@ -502,7 +501,7 @@ body.toplevel_page_stk-custom-fields {
502501
width: 250px;
503502
left: 0;
504503
background-color: #fff;
505-
padding-top: 40px;
504+
padding-top: 80px;
506505
display: flex;
507506
flex-direction: column;
508507
justify-content: flex-start;
@@ -513,6 +512,9 @@ body.toplevel_page_stk-custom-fields {
513512
flex-direction: column;
514513
top: 50px;
515514
}
515+
+ .s-box {
516+
padding-bottom: 200px;
517+
}
516518
.s-sidenav-item {
517519
color: #444;
518520
font-size: 14px;

0 commit comments

Comments
 (0)