File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 109109
110110.loading-progress-text {
111111 margin-top : -10px ;
112- font-size : 13 px ;
112+ font-size : 10 px ;
113113 font-weight : 600 ;
114114 color : # 666 ;
115115 letter-spacing : 0.01em ;
138138 border-bottom : 11px solid # ffffff ;
139139}
140140
141+ .aruaru-text {
142+ font-size : 20px ;
143+ font-weight : 600 ;
144+ }
145+
141146/* スピナーを少し小さく、Material Blueで */
142147.spinner {
143148 width : 30px ;
Original file line number Diff line number Diff line change @@ -342,7 +342,9 @@ function Solo() {
342342 < div className = "loading-text" >
343343 関西あるある
344344 < br />
345- { loadingMessages [ loadingMsgIndex ] }
345+ < div className = "aruaru-text" >
346+ { loadingMessages [ loadingMsgIndex ] }
347+ </ div >
346348 </ div >
347349 </ div >
348350 < div className = "spinner" />
You can’t perform that action at this time.
0 commit comments