-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.attach { | ||
touch-action: manipulation; | ||
} | ||
.attach__file, | ||
.attach__no-file, | ||
.attach .button__text, | ||
.attach .attach_disabled .attach__clear { | ||
display: none; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.button { | ||
touch-action: manipulation; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.test { | ||
width: 150px; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.checkbox.checkbox_type_button .checkbox__control { | ||
position: absolute; | ||
visibility: hidden; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.checkbox { | ||
touch-action: manipulation; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.test { | ||
padding: 5px; | ||
width: 150px; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.separator { | ||
width: 100%; | ||
height: 1px; | ||
margin: 25px 0; | ||
border-top: 1px solid #808080; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.test { | ||
display: inline-block; | ||
padding-right: 30px; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.icon { | ||
display: inline-block; | ||
text-align: center; | ||
background: 50% no-repeat; | ||
/* Hack for correct baseline positioning */ | ||
/* | ||
* Чтобы иконка правильно позиционировалась внутри блочного контекста, | ||
* нужно прописать родителю свойство line-height со значением, равным высоте иконки | ||
*/ | ||
} | ||
.icon:empty:after { | ||
visibility: hidden; | ||
content: '\00A0'; | ||
} | ||
.icon > img, | ||
.icon > svg { | ||
margin: -5.15em 0 -5em; | ||
vertical-align: middle; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.image { | ||
border: 0; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.input { | ||
touch-action: manipulation; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
.test | ||
{ | ||
.test { | ||
display: inline-block; | ||
|
||
margin-right: 10px; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.link { | ||
touch-action: manipulation; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.separator { | ||
padding-bottom: 15px; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.menu-item { | ||
touch-action: manipulation; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.menu { | ||
overflow-y: auto; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.test { | ||
display: table-cell; | ||
width: 150px; | ||
padding-right: 20px; | ||
} | ||
.test .menu { | ||
border: 1px solid rgba(0,0,0,0.1); | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.test { | ||
display: table-cell; | ||
width: 150px; | ||
padding: 1px; | ||
border-right: 20px solid transparent; | ||
} | ||
.test h3 { | ||
margin-top: 0; | ||
} | ||
.test .button { | ||
display: block; | ||
margin: 5px; | ||
} | ||
.test .menu[class*='menu_theme'] { | ||
border: 1px solid rgba(0,0,0,0.1); | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.modal { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
height: 100%; | ||
width: 100%; | ||
overflow-y: auto; | ||
-webkit-overflow-scrolling: touch; | ||
} | ||
.modal__table { | ||
display: table; | ||
width: 100%; | ||
height: 100%; | ||
text-align: center; | ||
} | ||
.modal__cell { | ||
display: table-cell; | ||
vertical-align: middle; | ||
} | ||
.modal__content { | ||
display: inline-block; | ||
text-align: left; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.test { | ||
margin: 10px 0; | ||
} | ||
.test__content { | ||
width: 450px; | ||
padding: 20px; | ||
} | ||
.page_hide-scroll { | ||
overflow: hidden; | ||
min-height: 100vh; | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.popup { | ||
position: absolute; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.directions { | ||
padding: 70px; | ||
} | ||
.directions__cell { | ||
padding: 8px; | ||
} | ||
.directions__cell_border_yes { | ||
border: 1px solid #ccc; | ||
} | ||
.directions__cell_align_left { | ||
text-align: left; | ||
} | ||
.directions__cell_align_center { | ||
text-align: center; | ||
} | ||
.directions__cell_align_right { | ||
text-align: right; | ||
} |