File tree Expand file tree Collapse file tree 6 files changed +19
-8
lines changed
Expand file tree Collapse file tree 6 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1818 position : fixed;
1919 height : 80px ;
2020 width : 100% ;
21- /* background-color: white; */
21+ background-color : var ( --mat-sidenav-content-text-color , var ( --mat-sys-background ));
2222 padding : 1em ;
2323 display : flex;
2424 z-index : 1000 ;
3333 font-size : 1.6em ;
3434 /* color: rgba(0, 0, 0, 0.85); */
3535 margin-left : 140px ;
36- font-weight : 700 ;
36+ font-weight : 700 ;
37+ display : flex;
38+ justify-content : center;
39+ align-items : center;
40+ text-align : center;
3741}
3842
3943.connect-spacer {
110114}
111115
112116.theme-toggle {
113- margin-right : 0.2em ;
117+ margin : 0.2em ;
114118}
115119
116120.skip-button {
Original file line number Diff line number Diff line change 11< div class ="connect-container ">
22 < div class ="connect-menu ">
33 < img class ="connect-logo " width ="128 " height ="128 " src ="assets/icons/icon-256x256.webp " />
4- < div class ="logo-text "> < span class ="hide-tiny "> Blockcore</ span > Notes</ div >
4+ < div class ="logo-text "> < span class ="hide-tiny "> Blockcore</ span > Notes</ div >
55 < div class ="connect-spacer "> </ div >
66 < button (click) ="theme.darkMode = !theme.darkMode " mat-icon-button class ="theme-toggle ">
77 < mat-icon aria-label ="Menu " class ="material-icons "> {{ theme.darkMode ? "dark_mode" : "light_mode" }}</ mat-icon >
88 </ button >
99 < div class ="connect-button " *ngIf ="searchingForExtension ">
1010 < button class ="start-button " mat-flat-button color ="accent ">
11- < mat-spinner class ="spinner " color =" accent " diameter ="30 "> </ mat-spinner >
11+ < mat-spinner class ="progress- spinner-negative " diameter ="30 "> </ mat-spinner >
1212 </ button >
1313 </ div >
1414 < div class ="connect-button " *ngIf ="showInstallLink ">
15+ < mat-spinner class ="progress-spinner-negative " diameter ="30 "> </ mat-spinner >
1516 < a class ="start-button " (click) ="connect() " mat-flat-button color ="accent " href ="https://chrome.google.com/webstore/detail/blockcore-wallet/peigonhbenoefaeplkpalmafieegnapj " target ="_blank "
1617 > Install < span class ="hide-tiny "> extension</ span > </ a
1718 >
Original file line number Diff line number Diff line change 11< div class ="connect-container ">
22 < div class ="connect-menu mat-app-background ">
33 < a routerLink ="/connect "> < img class ="connect-logo " width ="128 " height ="128 " src ="assets/icons/icon-256x256.webp " /> </ a >
4- < div class ="logo-text "> < span class ="hide-tiny "> Blockcore</ span > Notes</ div >
4+ < div class ="logo-text "> < span class ="hide-tiny "> Blockcore</ span > Notes</ div >
55 < div class ="connect-spacer "> </ div >
66 < button (click) ="theme.darkMode = !theme.darkMode " mat-icon-button class ="theme-toggle ">
77 < mat-icon aria-label ="Menu " class ="material-icons "> {{ theme.darkMode ? "dark_mode" : "light_mode" }}</ mat-icon >
Original file line number Diff line number Diff line change 11< div class ="connect-container ">
22 < div class ="connect-menu mat-app-background ">
33 < a routerLink ="/connect "> < img class ="connect-logo " width ="128 " height ="128 " src ="assets/icons/icon-256x256.webp " /> </ a >
4- < div class ="logo-text "> < span class ="hide-tiny "> Blockcore</ span > Notes</ div >
4+ < div class ="logo-text "> < span class ="hide-tiny "> Blockcore</ span > Notes</ div >
55 < div class ="connect-spacer "> </ div >
66 < button (click) ="theme.darkMode = !theme.darkMode " mat-icon-button class ="theme-toggle ">
77 < mat-icon aria-label ="Menu " class ="material-icons "> {{ theme.darkMode ? "dark_mode" : "light_mode" }}</ mat-icon >
Original file line number Diff line number Diff line change 11< div class ="connect-container ">
22 < div class ="connect-menu mat-app-background ">
33 < a routerLink ="/connect "> < img class ="connect-logo " width ="128 " height ="128 " src ="assets/icons/icon-256x256.webp " /> </ a >
4- < div class ="logo-text "> < span class ="hide-tiny "> Blockcore</ span > Notes</ div >
4+ < div class ="logo-text "> < span class ="hide-tiny "> Blockcore</ span > Notes</ div >
55 < div class ="connect-spacer "> </ div >
66 < button (click) ="theme.darkMode = !theme.darkMode " mat-icon-button class ="theme-toggle ">
77 < mat-icon aria-label ="Menu " class ="material-icons "> {{ theme.darkMode ? "dark_mode" : "light_mode" }}</ mat-icon >
Original file line number Diff line number Diff line change @@ -52,6 +52,12 @@ a:hover {
5252 color : var (--mat-sys-inverse-primary );
5353}
5454
55+ :root {
56+ @include mat .progress-spinner-overrides ((
57+ active- indicator- color: white ,
58+ ));
59+ }
60+
5561// Include the common styles for Angular Material. We include this here so that you only
5662// have to load a single css file for Angular Material in your app.
5763// Be sure that you only ever include this mixin once!
You can’t perform that action at this time.
0 commit comments