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: (
5050 button-nav-inactive-color : $middle-gray ,
5151 button-hover-color : $lightest ,
5252 button-active-color : $lightest ,
53+ fundraiser-button-color : $p5js-pink ,
5354 modal-background-color : $light ,
5455 preferences-button-background-color : $medium-light ,
5556 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 2323 align-items : center ;
2424}
2525
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+
2635.preview-nav__editor-svg {
2736 @include icon ();
2837}
Original file line number Diff line number Diff line change 4343@import ' components/asset-list' ;
4444@import ' components/asset-size' ;
4545@import ' components/keyboard-shortcuts' ;
46+ @import ' components/fundraiser' ;
4647@import ' components/copyable-input' ;
4748@import ' components/feedback' ;
4849@import ' components/console-input' ;
You can’t perform that action at this time.
0 commit comments