Skip to content

Instantly share code, notes, and snippets.

@iGhost
Last active August 18, 2022 14:31
Show Gist options
  • Save iGhost/3241eda8ec87ad871af3ca88b373c447 to your computer and use it in GitHub Desktop.
Save iGhost/3241eda8ec87ad871af3ca88b373c447 to your computer and use it in GitHub Desktop.
bambook.kg cart styling for Stylus extension
@-moz-document domain("bambook.kg") {
.head,
.body {
padding: 8px !important;
}
.close {
height: 30px !important;
}
.uk-button.uk-button-default.btn-green {
padding: 3px !important;
}
* + .uk-margin {
margin: 3px !important;
}
.uk-margin {
margin-bottom: 5px !important;
}
.scroll {
max-height: 500px !important;
}
.basket-component .body .name {
width: 265px !important;
}
.basket-component .body .choice {
width: 50px;
}
.total-price {
font-size: 15px !important;
}
.name > h3 {
font-size: 17px !important;
}
.name > span,
.name > .remove {
font-size: 13px !important;
}
.cart-delivery {
font-size: 15px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment