mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Minor stylish fixes
This commit is contained in:
parent
73c489a48a
commit
26e0664f44
@ -413,10 +413,10 @@ export default class MakerPage extends Component {
|
|||||||
getAriaValueText={this.bondSizeText}
|
getAriaValueText={this.bondSizeText}
|
||||||
valueLabelDisplay="auto"
|
valueLabelDisplay="auto"
|
||||||
valueLabelFormat={(x) => (x+'%')}
|
valueLabelFormat={(x) => (x+'%')}
|
||||||
step={1}
|
step={0.5}
|
||||||
marks={[{value: 1,label: '1%'},{value: 5,label: '5%'},{value: 10,label: '10%'},{value: 15,label: '15%'},{value: 20,label: '20%'}]}
|
marks={[{value: 1,label: '1%'},{value: 3,label: '3%'},{value: 5,label: '5%'},{value: 9,label: '9%'},{value: 15,label: '15%'}]}
|
||||||
min={1}
|
min={1}
|
||||||
max={20}
|
max={15}
|
||||||
onChange={this.handleSliderBondSizeChange}
|
onChange={this.handleSliderBondSizeChange}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -6,8 +6,7 @@ import InfoDialog from './InfoDialog'
|
|||||||
import SmartToyIcon from '@mui/icons-material/SmartToy';
|
import SmartToyIcon from '@mui/icons-material/SmartToy';
|
||||||
import CasinoIcon from '@mui/icons-material/Casino';
|
import CasinoIcon from '@mui/icons-material/Casino';
|
||||||
import ContentCopy from "@mui/icons-material/ContentCopy";
|
import ContentCopy from "@mui/icons-material/ContentCopy";
|
||||||
import RoboSatsIcon from "./icons/RoboSatsIcon"
|
import RoboSatsNoTextIcon from "./icons/RoboSatsNoTextIcon"
|
||||||
import RoboSatsTextIcon from "./icons/RoboSatsTextIcon"
|
|
||||||
|
|
||||||
function getCookie(name) {
|
function getCookie(name) {
|
||||||
let cookieValue = null;
|
let cookieValue = null;
|
||||||
@ -262,7 +261,7 @@ export default class UserGenPage extends Component {
|
|||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={2.5} align="left">
|
<Grid item xs={2.5} align="left">
|
||||||
<RoboSatsIcon color="primary" sx={{height:70, width:70}}/>
|
<RoboSatsNoTextIcon color="primary" sx={{height:72, width:72}}/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</div>
|
</div>
|
||||||
|
32
frontend/src/components/icons/RoboSatsNoTextIcon.js
Normal file
32
frontend/src/components/icons/RoboSatsNoTextIcon.js
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
import React, { Component } from "react";
|
||||||
|
import { SvgIcon } from "@mui/material"
|
||||||
|
|
||||||
|
export default function RoboSatsNoTextIcon(props) {
|
||||||
|
return (
|
||||||
|
<SvgIcon {...props} x="0px" y="0px" width="1000px" height="1000px" viewBox="0 0 1000 800">
|
||||||
|
<g>
|
||||||
|
<path d="M602.336,731.51c16.747-16.94,29.249-35.524,37.504-56.694c18.792-48.193,16.967-94.996-10.46-139.81
|
||||||
|
c-10.255-16.756-24.983-29.293-39.461-42.103c-67.731-59.932-135.412-119.919-203.104-179.895
|
||||||
|
c-0.368-0.326-0.644-0.755-1.331-1.579c18.529-12.477,36.983-24.903,55.872-37.62c-9.61-6.799-18.917-13.385-28.648-20.27
|
||||||
|
c11.763-14.483,23.273-28.656,34.738-42.773c13.313,7.081,24.784,5.523,32.075-4.132c6.395-8.467,5.794-20.59-1.412-28.52
|
||||||
|
c-7.011-7.713-19.494-9.295-28.343-3.592c-10.274,6.623-12.651,17.652-6.576,31.65c-22.681,16.451-45.436,32.955-68.921,49.989
|
||||||
|
c9.33,6.786,18.246,13.271,27.611,20.084c-9.232,8.573-18.09,16.797-27.064,25.131c-68.348-47.917-134.895-38.158-199.771,10.745
|
||||||
|
c0-100.562,0-201.3,0-302.535c1.811-0.082,3.562-0.23,5.313-0.23c97.991-0.011,195.983-0.214,293.973,0.094
|
||||||
|
c37.661,0.119,75.351,1.898,112.093,11.01c52.81,13.096,95.741,40.904,125.379,87.462c13.802,21.681,20.643,45.764,23.136,71.039
|
||||||
|
c3.595,36.436,1.313,72.517-8.858,107.873c-11.943,41.515-37.09,74.011-69.641,101.357c-16.133,13.552-33.803,24.811-52.581,34.343
|
||||||
|
c-1.3,0.659-2.533,1.445-4.148,2.375c80.735,102.152,161.255,204.034,242.318,306.6C761.843,731.51,682.637,731.51,602.336,731.51z
|
||||||
|
"/>
|
||||||
|
<path d="M282.877,389.186c25.706-0.109,46.42,20.376,46.55,46.038c0.131,25.994-20.404,46.852-46.238,46.96
|
||||||
|
c-25.588,0.108-46.928-21.172-46.758-46.627C236.602,409.95,257.291,389.295,282.877,389.186z"/>
|
||||||
|
<path d="M445.93,607.736c0.705-26.031,21.515-46.381,46.915-45.881c26.295,0.52,46.657,21.756,45.918,47.887
|
||||||
|
c-0.721,25.455-21.862,45.67-47.178,45.104C465.779,654.273,445.244,633.082,445.93,607.736z"/>
|
||||||
|
<path d="M175.223,550.758c23.365,20.689,46.15,40.865,69.337,61.396c-4.974,5.619-9.792,11.063-14.91,16.846
|
||||||
|
c-5.634-4.988-11.167-9.738-16.519-14.684c-3.131-2.896-5.343-2.492-8.415,0.467c-9.944,9.58-20.234,18.801-29.493,27.332
|
||||||
|
C175.223,613.414,175.223,582.512,175.223,550.758z"/>
|
||||||
|
<path d="M379.124,731.533c-30.045,0-59.057,0-89.151,0c8.955-9.23,17.236-17.769,25.724-26.519
|
||||||
|
c-6.368-5.709-12.409-11.127-18.739-16.803c4.904-5.559,9.594-10.877,14.65-16.608C334.013,691.492,356.2,711.186,379.124,731.533z
|
||||||
|
"/>
|
||||||
|
</g>
|
||||||
|
</SvgIcon>
|
||||||
|
);
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
@ -170,10 +170,6 @@
|
|||||||
!*** ./node_modules/stylis/src/Tokenizer.js ***!
|
!*** ./node_modules/stylis/src/Tokenizer.js ***!
|
||||||
\**********************************************/
|
\**********************************************/
|
||||||
|
|
||||||
/*!**********************************************!*\
|
|
||||||
!*** ./src/components/icons/RoboSatsIcon.js ***!
|
|
||||||
\**********************************************/
|
|
||||||
|
|
||||||
/*!***********************************************!*\
|
/*!***********************************************!*\
|
||||||
!*** ./node_modules/@mui/base/NoSsr/NoSsr.js ***!
|
!*** ./node_modules/@mui/base/NoSsr/NoSsr.js ***!
|
||||||
\***********************************************/
|
\***********************************************/
|
||||||
@ -346,10 +342,6 @@
|
|||||||
!*** ./node_modules/dom-helpers/esm/hasClass.js ***!
|
!*** ./node_modules/dom-helpers/esm/hasClass.js ***!
|
||||||
\**************************************************/
|
\**************************************************/
|
||||||
|
|
||||||
/*!**************************************************!*\
|
|
||||||
!*** ./src/components/icons/RoboSatsTextIcon.js ***!
|
|
||||||
\**************************************************/
|
|
||||||
|
|
||||||
/*!***************************************************!*\
|
/*!***************************************************!*\
|
||||||
!*** ./node_modules/@mui/material/Alert/Alert.js ***!
|
!*** ./node_modules/@mui/material/Alert/Alert.js ***!
|
||||||
\***************************************************/
|
\***************************************************/
|
||||||
@ -522,6 +514,10 @@
|
|||||||
!*** ./node_modules/reselect/es/defaultMemoize.js ***!
|
!*** ./node_modules/reselect/es/defaultMemoize.js ***!
|
||||||
\****************************************************/
|
\****************************************************/
|
||||||
|
|
||||||
|
/*!****************************************************!*\
|
||||||
|
!*** ./src/components/icons/RoboSatsNoTextIcon.js ***!
|
||||||
|
\****************************************************/
|
||||||
|
|
||||||
/*!*****************************************************!*\
|
/*!*****************************************************!*\
|
||||||
!*** ./node_modules/@mui/icons-material/Article.js ***!
|
!*** ./node_modules/@mui/icons-material/Article.js ***!
|
||||||
\*****************************************************/
|
\*****************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user