|
1 | | -@media only screen and (max-width: 580px) { /* line 6, ../sass/mobile.scss */ |
| 1 | +@media only screen and (max-width: 580px) { /* line 7, ../sass/mobile.scss */ |
2 | 2 | #sidebar { position: static; width: auto; height: auto; } |
3 | | - /* line 12, ../sass/mobile.scss */ |
| 3 | + /* line 13, ../sass/mobile.scss */ |
4 | 4 | scroll-area[sidebar] { padding-left: 0; } |
5 | | - /* line 16, ../sass/mobile.scss */ |
| 5 | + /* line 17, ../sass/mobile.scss */ |
6 | 6 | scroll-area > article { padding-left: 35px; padding-right: 35px; } |
7 | | - /* line 21, ../sass/mobile.scss */ |
| 7 | + /* line 22, ../sass/mobile.scss */ |
| 8 | + .main-bg .panel img { width: 38%; margin-right: auto; margin-bottom: 10px; } |
| 9 | + /* line 28, ../sass/mobile.scss */ |
| 10 | + .panel { flex-flow: column; margin: 30px; } |
| 11 | + /* line 33, ../sass/mobile.scss */ |
| 12 | + .panel summary + summary { margin-right: auto; } |
| 13 | + /* line 37, ../sass/mobile.scss */ |
| 14 | + .panel.left { padding: 80px 0px; } |
| 15 | + /* line 41, ../sass/mobile.scss */ |
| 16 | + .panel.right summary { flex: 1; order: 2; } |
| 17 | + /* line 46, ../sass/mobile.scss */ |
| 18 | + .panel.right img { order: 1; height: 120px; margin-right: auto; margin-bottom: 50px; } |
| 19 | + /* line 53, ../sass/mobile.scss */ |
| 20 | + .box { padding: 20px 24px 14px; } |
| 21 | + /* line 57, ../sass/mobile.scss */ |
| 22 | + app-bar a { display: none; } |
| 23 | + /* line 61, ../sass/mobile.scss */ |
| 24 | + .bar { height: 60px; } |
| 25 | + /* line 65, ../sass/mobile.scss */ |
8 | 26 | footer { padding: 65px 35px; } |
9 | | - /* line 27, ../sass/mobile.scss */ |
10 | | - footer polymer-ui-toolbar.flexbox.align-center { -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; -webkit-box-align: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; -webkit-box-pack: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; } } |
| 27 | + /* line 70, ../sass/mobile.scss */ |
| 28 | + footer polymer-ui-toolbar { height: 170px; } |
| 29 | + /* line 74, ../sass/mobile.scss */ |
| 30 | + footer polymer-ui-toolbar .paper-button { padding-bottom: 30px; } |
| 31 | + /* line 78, ../sass/mobile.scss */ |
| 32 | + #future polymer-ui-toolbar button:nth-child(1) { display: none; } |
| 33 | + /* line 83, ../sass/mobile.scss */ |
| 34 | + footer polymer-ui-toolbar.flexbox.align-center { -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; -webkit-box-align: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; -webkit-box-pack: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; height: 170px; } } |
0 commit comments