|
|
@@ -58,16 +58,6 @@ form{
|
|
|
height: auto;
|
|
|
}
|
|
|
|
|
|
-.buttonBox{
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
- .buttonBox > *{
|
|
|
- margin: 10px;
|
|
|
- }
|
|
|
-
|
|
|
.button{
|
|
|
display: initial;
|
|
|
background: rgb(255, 99, 107);
|
|
|
@@ -122,11 +112,6 @@ form{
|
|
|
margin-right: 39px;
|
|
|
}
|
|
|
|
|
|
-.buttonBox{
|
|
|
- display: flex;
|
|
|
- justify-content: space-around;
|
|
|
-}
|
|
|
-
|
|
|
.button-small:hover{
|
|
|
background: rgb(0, 27, 45);
|
|
|
color: rgb(240, 252, 255);
|