Float Left Added
This commit is contained in:
parent
b3f901fa87
commit
8a85ae8449
|
|
@ -49,7 +49,7 @@ body {
|
|||
top: -28px;
|
||||
left: -2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
~ .wishlist-btn , ~ .compare-btn {
|
||||
|
|
@ -327,7 +327,7 @@ body {
|
|||
.modal-footer>:not(:last-child) {
|
||||
margin-left: .25rem;
|
||||
}
|
||||
|
||||
|
||||
.compare-products {
|
||||
.wishlist-icon {
|
||||
left: 60px;
|
||||
|
|
@ -366,7 +366,7 @@ body {
|
|||
left: 40px;
|
||||
right: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -424,6 +424,19 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.downloadable-container {
|
||||
.link-list {
|
||||
ul {
|
||||
li {
|
||||
a {
|
||||
float: left;
|
||||
margin-top: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Shared
|
||||
.text-right {
|
||||
text-align: left !important;
|
||||
|
|
@ -483,7 +496,7 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.wrapper {
|
||||
.vc-customer-options {
|
||||
li {
|
||||
|
|
|
|||
Loading…
Reference in New Issue