Squash MyProtein basket page.
ContentSquash: MyProtein basket by sbebe
Details
Authorsbebe
LicenseNo License
CategoryMyProtein
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ContentSquash: MyProtein basket
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Squash MyProtein basket page.
@author Brogrammer
==/UserStyle== */
@-moz-document regexp("https://www.myprotein\\..*/my.basket.*") {
.athenaBasket_basketItemSeparator, .productAddToWishlist_button_default, .athenaBasket_discountAlert, .athenaBasket_header, .athenaBasket_customsWarningMessage {
margin-bottom: 0px;
}
.athenaBasket_productAddToWishlist .productAddToWishlist, .productAddToWishlist_button_default, .athenaBasket_basketItem_message, .athenaBasket_supersizeArea, .athenaBasket_discountAlert, .athenaBasket_header, .athenaBasket_customsWarningMessage, .athenaBasket_headerRow {
margin-top: 0px;
}
.productAddToWishlist_button_default, .athenaBasket_totalRow, .athenaBasket_customsWarningMessage {
padding-top: 0px;
padding-bottom: 0px;
}
.productAddToWishlist_button_default {
margin-left: 0;
}
.athenaBasket_body_bottomMargin {
margin-bottom: 5px;
}
.athenaBasket_giftAndSupersizeWrapper {
margin-top: -45px;
}
.athenaBasket_discountAlert {
padding: 3px;
}
.athenaBasket_headerRow {
margin-bottom: 3px;
}
.athenaBasket_customsWarningMessage {
padding-right: 16px;
padding-left: 16px;
}
.athenaBasket {
margin-top: 5px;
}
}