AutoPercenty3/browsers/extensions/1.1.100_0/ListButton.css

79 lines
1.6 KiB
CSS

.PercentyListButtonRoot {
position: absolute;
right: 12px;
top: 10px;
transition:
background-color 0.1s ease-in-out,
box-shadow 0.1s ease-in-out,
fill 0.1s ease-in-out,
right 0.1s ease-in-out,
top 0.1s ease-in-out;
cursor: pointer;
box-shadow: none;
z-index: 900;
background: transparent;
border: none;
font-size: 14px;
font-weight: bold;
line-height: 140%;
border-radius: 0;
padding: 0;
overflow: visible;
}
.PercentyListButtonLogo {
width: 48px;
height: 48px;
border-radius: 50%;
position: relative;
border: none;
-moz-box-shadow: 0 0 30px #a6a6a6;
-webkit-box-shadow: 0 0 30px #a6a6a6;
box-shadow: 0 0 30px #a6a6a6;
top: 0;
}
.PercentyListButtonText {
fill: #fff;
background: #3535ff;
border-radius: 50%;
position: relative;
top: -10px;
width: 48px;
height: 48px;
color: #ffffff;
font-size: 9px;
transition: all 0.2s;
display: flex;
justify-content: center;
align-items: center;
-moz-box-shadow: 0 0 30px #a6a6a6;
-webkit-box-shadow: 0 0 30px #a6a6a6;
box-shadow: 0 0 30px #a6a6a6;
}
/*Tmall 의 css 가 버튼 사이즈 먹어버림*/
.product-iWrap * {
font-size: 9px !important;
}
.PercentyListButtonTextSuccess {
background: #00c7c7;
}
.PercentyListButtonTextError {
background: #e36363;
}
.PercentyListButtonTextLoading {
background: #3939ff;
}
.PercentyListButtonTextNeedLogin {
background: #e36363;
}
.PercentyListButtonText:active {
background: #000000;
}