File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ $themes: (
50
50
button-nav-inactive-color : $middle-gray ,
51
51
button-hover-color : $lightest ,
52
52
button-active-color : $lightest ,
53
+ fundraiser-button-color : $p5js-pink ,
53
54
modal-background-color : $light ,
54
55
preferences-button-background-color : $medium-light ,
55
56
modal-border-color : $middle-light ,
Original file line number Diff line number Diff line change
1
+ .fundraiser {
2
+ padding : #{20 / $base-font-size } rem;
3
+ margin-right : #{20 / $base-font-size } rem;
4
+ padding-bottom : #{40 / $base-font-size } rem;
5
+ width : #{500 / $base-font-size } rem;
6
+ text-align : center ;
7
+ overflow-y : auto ;
8
+ }
9
+
10
+ .fundraiser__description {
11
+ margin : #{20 / $base-font-size } rem 0 ;
12
+ font-size : #{20 / $base-font-size } rem;
13
+ }
Original file line number Diff line number Diff line change 23
23
align-items : center ;
24
24
}
25
25
26
+ .nav__fundraiser-btn {
27
+ font-weight : bold ;
28
+ font-size : #{14 / $base-font-size } rem;
29
+ @include themify () {
30
+ color : getThemifyVariable (' fundraiser-button-color' );
31
+ }
32
+ }
33
+
34
+
26
35
.preview-nav__editor-svg {
27
36
@include icon ();
28
37
}
Original file line number Diff line number Diff line change 43
43
@import ' components/asset-list' ;
44
44
@import ' components/asset-size' ;
45
45
@import ' components/keyboard-shortcuts' ;
46
+ @import ' components/fundraiser' ;
46
47
@import ' components/copyable-input' ;
47
48
@import ' components/feedback' ;
48
49
@import ' components/console-input' ;
You can’t perform that action at this time.
0 commit comments