mirror of
https://github.com/Nikotro/First.git
synced 2025-12-19 11:39:53 +03:00
Add files via upload
This commit is contained in:
124
css/style.css
124
css/style.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user