Skip to content

Commit

Permalink
compile stylus
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Oct 31, 2016
1 parent da29203 commit 3ed331f
Show file tree
Hide file tree
Showing 207 changed files with 3,104 additions and 3,676 deletions.
9 changes: 9 additions & 0 deletions common.blocks/attach/attach.css
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;
}
12 changes: 0 additions & 12 deletions common.blocks/attach/attach.styl

This file was deleted.

3 changes: 3 additions & 0 deletions common.blocks/button/button.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.button {
touch-action: manipulation;
}
4 changes: 0 additions & 4 deletions common.blocks/button/button.styl

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.

4 changes: 4 additions & 0 deletions common.blocks/checkbox/_type/checkbox_type_button.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.checkbox.checkbox_type_button .checkbox__control {
position: absolute;
visibility: hidden;
}
6 changes: 0 additions & 6 deletions common.blocks/checkbox/_type/checkbox_type_button.styl

This file was deleted.

3 changes: 3 additions & 0 deletions common.blocks/checkbox/checkbox.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.checkbox {
touch-action: manipulation;
}
4 changes: 0 additions & 4 deletions common.blocks/checkbox/checkbox.styl

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.

19 changes: 19 additions & 0 deletions common.blocks/icon/icon.css
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;
}
28 changes: 0 additions & 28 deletions common.blocks/icon/icon.styl

This file was deleted.

3 changes: 3 additions & 0 deletions common.blocks/image/image.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.image {
border: 0;
}
4 changes: 0 additions & 4 deletions common.blocks/image/image.styl

This file was deleted.

3 changes: 3 additions & 0 deletions common.blocks/input/input.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.input {
touch-action: manipulation;
}
4 changes: 0 additions & 4 deletions common.blocks/input/input.styl

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;
}
3 changes: 3 additions & 0 deletions common.blocks/link/link.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.link {
touch-action: manipulation;
}
4 changes: 0 additions & 4 deletions common.blocks/link/link.styl

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.

3 changes: 3 additions & 0 deletions common.blocks/menu-item/menu-item.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.menu-item {
touch-action: manipulation;
}
4 changes: 0 additions & 4 deletions common.blocks/menu-item/menu-item.styl

This file was deleted.

3 changes: 3 additions & 0 deletions common.blocks/menu/menu.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.menu {
overflow-y: auto;
}
4 changes: 0 additions & 4 deletions common.blocks/menu/menu.styl

This file was deleted.

8 changes: 8 additions & 0 deletions common.blocks/menu/menu.tests/gemini.blocks/test/test.css
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);
}
12 changes: 0 additions & 12 deletions common.blocks/menu/menu.tests/gemini.blocks/test/test.styl

This file was deleted.

16 changes: 16 additions & 0 deletions common.blocks/menu/menu.tests/simple.blocks/test/test.css
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);
}
26 changes: 0 additions & 26 deletions common.blocks/menu/menu.tests/simple.blocks/test/test.styl

This file was deleted.

23 changes: 23 additions & 0 deletions common.blocks/modal/modal.css
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;
}
37 changes: 0 additions & 37 deletions common.blocks/modal/modal.styl

This file was deleted.

11 changes: 11 additions & 0 deletions common.blocks/modal/modal.tests/simple.blocks/test/test.css
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;
}
15 changes: 0 additions & 15 deletions common.blocks/modal/modal.tests/simple.blocks/test/test.styl

This file was deleted.

3 changes: 3 additions & 0 deletions common.blocks/popup/popup.css
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;
}
Loading

0 comments on commit 3ed331f

Please sign in to comment.