CSR-1598
Updated the button alignment and size to 327px acc to the mock
This commit is contained in:
parent
f1a5d0f0b4
commit
ab8de77033
1 changed files with 5 additions and 5 deletions
|
|
@ -2,9 +2,9 @@
|
|||
<div class="row"></div>
|
||||
<div class="nav-bar container-fluid g-5 my-5 px-0" id="infoBox">
|
||||
<div class="row d-flex flex-row-reverse align-items-center vw-100">
|
||||
<div
|
||||
:class="['col button-col d-flex', buttonSize ? 'large-button' : 'medium-button']"
|
||||
id="stacked">
|
||||
<div
|
||||
:class="['col button-col d-flex', buttonSize ? 'large-button' : 'medium-button']"
|
||||
id="stacked">
|
||||
<buttonMain
|
||||
ref="buttonMain"
|
||||
isPrimary
|
||||
|
|
@ -130,9 +130,9 @@ export default {
|
|||
}
|
||||
.large-button {
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
.btn-primary {
|
||||
width: 100%;
|
||||
width: 327px;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue