fix: time span menu media queries styles.
This commit is contained in:
parent
9bef7da210
commit
35ca8c846b
@ -22,7 +22,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 17px;
|
top: 17px;
|
||||||
right: 25px;
|
right: 25px;
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 830px) {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
@ -40,14 +40,14 @@
|
|||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 830px) {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
.btn-sm {
|
.btn-sm {
|
||||||
font-size: 10px;
|
font-size: 9px;
|
||||||
@media (min-width: 790px) {
|
@media (min-width: 830px) {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -112,7 +112,7 @@
|
|||||||
|
|
||||||
.btn-group-toggle {
|
.btn-group-toggle {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 830px) {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -120,36 +120,36 @@
|
|||||||
.small-buttons {
|
.small-buttons {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
margin: 5px 0px;
|
margin: 7px 0px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 830px) {
|
||||||
margin: 2px 0px;
|
margin: 2px 0px;
|
||||||
width: auto;
|
width: auto;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 830px) {
|
||||||
margin: 0px 0px;
|
margin: 0px 0px;
|
||||||
}
|
}
|
||||||
.btn {
|
.btn {
|
||||||
width: 49.25%;
|
width: 49.25%;
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 830px) {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.dropdown {
|
.dropdown {
|
||||||
width: 49.25%;
|
width: 49.25%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 830px) {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#dropdownFees {
|
#dropdownFees {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 830px) {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user