update 5.11.13
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
/* block top user information */
|
||||
/* line 5, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user {
|
||||
clear: both;
|
||||
float: right;
|
||||
margin-top: 50px;
|
||||
}
|
||||
@media (min-width: 480px) and (max-width: 767px) {
|
||||
/* line 5, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user {
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
/* line 5, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user {
|
||||
float: none;
|
||||
margin-left: auto;
|
||||
@@ -22,7 +19,6 @@
|
||||
width: 270px;
|
||||
}
|
||||
}
|
||||
/* line 23, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a {
|
||||
padding: 7px 10px 14px 16px;
|
||||
background: #333333;
|
||||
@@ -34,24 +30,20 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 23, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a {
|
||||
min-width: 190px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
/* line 35, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a span.ajax_cart_product_txt, #header_right #header_user #shopping_cart a span.ajax_cart_product_txt_s {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
/* line 41, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a b {
|
||||
color: #fff;
|
||||
font: 600 18px/22px "Open Sans", sans-serif;
|
||||
padding-right: 5px;
|
||||
}
|
||||
/* line 47, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a:before {
|
||||
content: "";
|
||||
font-family: "FontAwesome";
|
||||
@@ -61,7 +53,6 @@
|
||||
color: #fff;
|
||||
padding-right: 15px;
|
||||
}
|
||||
/* line 57, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
content: "";
|
||||
font-family: "FontAwesome";
|
||||
@@ -71,7 +62,6 @@
|
||||
color: #686666;
|
||||
padding: 6px 0 0 0;
|
||||
}
|
||||
/* line 68, ../../../sass/modules/blockuserinfo/blockuserinfo.scss */
|
||||
#header_right #header_user #shopping_cart .ajax_cart_total {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user