Skip to content

Commit 0fb5ef2

Browse files
committed
increase padding of dialog
1 parent 421b0fd commit 0fb5ef2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

client/scss/finder-browser.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dialog {
7474
width: 80%;
7575
height: 80%;
7676
max-width: 900px;
77-
padding: 1rem;
77+
padding: 2rem;
7878

7979
.wrapper {
8080
display: flex;
@@ -313,8 +313,8 @@ dialog {
313313
}
314314

315315
&.dismiss {
316-
background-color: #f39450;
317-
color: #666;
316+
background-color: #b15107;
317+
color: #fff;
318318
}
319319
}
320320
}
@@ -325,10 +325,10 @@ dialog {
325325

326326
.close-button {
327327
position: absolute;
328-
top: 6px;
329-
right: 6px;
330-
width: 24px;
331-
height: 24px;
328+
top: 0.5rem;
329+
right: 0.5rem;
330+
width: 1.5rem;
331+
height: 1.5rem;
332332
opacity: 0.7;
333333
&:hover {
334334
opacity: 1;

0 commit comments

Comments
 (0)