1
0
mirror of https://github.com/Nikotro/First.git synced 2025-10-31 22:11:23 +03:00

Add files via upload

This commit is contained in:
Nikotro
2022-04-10 19:01:28 +03:00
committed by GitHub
parent db369b950b
commit f27dea7b8a
3 changed files with 143 additions and 13 deletions

View File

@@ -115,7 +115,8 @@ a{
.heart
{
border-right: 1px dotted #999999;
content: "";
border-right: 1px dashed #999999;
border-right-width: 1px;
padding: 0 14px;
@@ -237,12 +238,133 @@ a{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #fff;
border-color: #e1e1e1;
text-transform: uppercase;
font-size: 14px;
}
.color
{
width: 196px;
}
.size
{
width: 196px;
}
.selectors select
{
font-size: 13px;
color: #707070;
width: 168px;
height: 35px;
border-radius: 0%;
border-color: #e1e1e1;
padding-left: 12px;
font: inherit;
letter-spacing: inherit;
word-spacing: inherit;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
select:not([multiple]) {
padding-right: 1.2em;
background-repeat: no-repeat;
background-position: calc(100% - 0.25em) 0.8499999999999932em;
background-size: 1.2499999999999991em auto;
background-image: url("../images/icon.png");
}
input[type="number"]
{
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
{
-webkit-appearance: none;
}
input
{
text-align: center;
}
.qty_counter
{
display: flex;
align-items: center;
}
.buttons
{
display: flex;
flex-direction: column;
border-radius: 0;
border: 1px solid #e1e1e1;
border-left: none;
}
.buttons button
{
border-radius: 0;
border: 0px ;
background-color: #fff;
height: 16.5px;
}
.buttons button:first-child
{
border-bottom: 0.5px solid #e1e1e1;
}
.buttons button:last-child
{
border-top: 0.5px solid #e1e1e1;
}
.count_up {
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-bottom: 2px solid #cccccc;
}
.count_down {
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 2px solid #cccccc;
}
.selectors .qty input
{
padding: 5px;
font-size: 13px;
color: #707070;
width: 34px;
height: 33px;
padding: 0;
border-radius: 0;
border: 1px solid #e1e1e1;
}