CASH-1498: really specific update to CSS selector to fix button width on Quote; last change before important gets pulled out of the toolbox
This commit is contained in:
parent
17f54c9579
commit
374b694c02
1 changed files with 6 additions and 3 deletions
|
|
@ -904,9 +904,12 @@ export default {
|
||||||
|
|
||||||
:deep(.nav-bar) {
|
:deep(.nav-bar) {
|
||||||
position: initial;
|
position: initial;
|
||||||
button {
|
|
||||||
width: 100%;
|
@media only screen and (min-width: 340px) {
|
||||||
justify-content: center;
|
.col button {
|
||||||
|
width: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
a.navigation-link {
|
a.navigation-link {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue