rearranged css
This commit is contained in:
@@ -9,7 +9,7 @@ function ButtonNew() {
|
||||
<div>Join with the</div>
|
||||
<div>New Client</div>
|
||||
</div>
|
||||
<div className="new-button">Start</div>
|
||||
<div className="button">Start</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ function ButtonOld() {
|
||||
<div>JOIN WITH THE</div>
|
||||
<div>OLD CLIENT</div>
|
||||
</div>
|
||||
<div className="old-button">START</div>
|
||||
<div className="button">START</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -29,9 +29,8 @@
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.new-button {
|
||||
.button {
|
||||
display: inline-block;
|
||||
user-select: none;
|
||||
|
||||
@@ -58,3 +57,4 @@
|
||||
background: linear-gradient(-180deg, #004093 0%, #22a4f3 100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,9 +48,8 @@
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.old-button {
|
||||
.button {
|
||||
display: inline-block;
|
||||
user-select: none;
|
||||
|
||||
@@ -92,3 +91,4 @@
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user