Ran prettier
This commit is contained in:
parent
0e8b97e363
commit
f705127ce6
@ -42,7 +42,7 @@ html {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.panel{
|
.panel {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
@ -95,17 +95,14 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-main button:last-of-type {
|
.modal-main button:last-of-type {
|
||||||
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
|
||||||
background-color: darkRed;
|
background-color: darkRed;
|
||||||
color: #CCC
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-main button {
|
.modal-main button {
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
type ModalProps = {
|
type ModalProps = {
|
||||||
handleClose: () => void;
|
handleClose: () => void;
|
||||||
show: boolean;
|
show: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user