Поправлена структура, разделы в подразделы до 3.3

This commit is contained in:
Юлия Болотина
2022-08-04 12:59:10 +03:00
parent c46d95f4cd
commit a014b62268
787 changed files with 162678 additions and 782 deletions

View File

@@ -0,0 +1,28 @@
.nice-number {
display: inline-flex;
justify-content: stretch;
}
.nice-number button{
width: 26px;
height: 26px;
padding: 0;
margin: 0;
border-radius: 2px 0 0 2px;
}
.nice-number input+button{
border-radius: 0 2px 2px 0;
}
.nice-number input {
vertical-align: middle;
-moz-appearance: textfield;
box-sizing: content-box;
margin: 0;
text-align: center;
}
.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}