Compare commits
1 Commits
bdcc1d7613
...
a2e94baadc
Author | SHA1 | Date | |
---|---|---|---|
a2e94baadc |
@ -246,8 +246,8 @@ export default class CableDetailComponent extends Component {
|
||||
right: "auto",
|
||||
bottom: "auto",
|
||||
marginRight: "-50%",
|
||||
width: "30%",
|
||||
height: "30%",
|
||||
width: "auto",
|
||||
height: "auto",
|
||||
transform: "translate(-50%, -50%)",
|
||||
overflow: "hidden",
|
||||
display: "flex",
|
||||
@ -258,6 +258,8 @@ export default class CableDetailComponent extends Component {
|
||||
background:
|
||||
"linear-gradient(-30deg, rgb(187, 194, 236) 0%, rgba(255, 255, 255, 1) 100%)",
|
||||
boxShadow: "0 0 20px rgba(0, 0, 0, 0.5)",
|
||||
minWidth: "30%",
|
||||
minHeight: "30%"
|
||||
},
|
||||
overlay: {
|
||||
opacity: modalOpacity,
|
||||
|
@ -92,8 +92,8 @@ export default class NavBar extends Component {
|
||||
right: "auto",
|
||||
bottom: "auto",
|
||||
marginRight: "-50%",
|
||||
width: "30%",
|
||||
height: "30%",
|
||||
width: "auto",
|
||||
height: "auto",
|
||||
transform: "translate(-50%, -50%)",
|
||||
overflow: "hidden",
|
||||
display: "flex",
|
||||
@ -104,6 +104,8 @@ export default class NavBar extends Component {
|
||||
background:
|
||||
"linear-gradient(-30deg, rgb(187, 194, 236) 0%, rgba(255, 255, 255, 1) 100%)",
|
||||
boxShadow: "0 0 20px rgba(0, 0, 0, 0.5)",
|
||||
minWidth: "30%",
|
||||
minHeight: "30%"
|
||||
},
|
||||
overlay: {
|
||||
opacity: modalOpacity,
|
||||
|
Reference in New Issue
Block a user