You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
392 B
22 lines
392 B
.value-class {
|
|
flex: none !important;
|
|
}
|
|
.footer-btn {
|
|
position: fixed;
|
|
width: 100vw;
|
|
height: 36px;
|
|
bottom: 40px;
|
|
line-height: 36px;
|
|
left: 0px;
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.footer-sbn {
|
|
width: 90%;
|
|
height: 100%;
|
|
background: #0084FF;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
} |