We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421b0fd commit 0fb5ef2Copy full SHA for 0fb5ef2
client/scss/finder-browser.scss
@@ -74,7 +74,7 @@ dialog {
74
width: 80%;
75
height: 80%;
76
max-width: 900px;
77
- padding: 1rem;
+ padding: 2rem;
78
79
.wrapper {
80
display: flex;
@@ -313,8 +313,8 @@ dialog {
313
}
314
315
&.dismiss {
316
- background-color: #f39450;
317
- color: #666;
+ background-color: #b15107;
+ color: #fff;
318
319
320
@@ -325,10 +325,10 @@ dialog {
325
326
.close-button {
327
position: absolute;
328
- top: 6px;
329
- right: 6px;
330
- width: 24px;
331
- height: 24px;
+ top: 0.5rem;
+ right: 0.5rem;
+ width: 1.5rem;
+ height: 1.5rem;
332
opacity: 0.7;
333
&:hover {
334
opacity: 1;
0 commit comments