| Akron | ae8f31c | 2017-11-28 18:05:52 +0100 | [diff] [blame^] | 1 | // Aside in noscript mode |
| 2 | body.no-js aside { | ||||
| 3 | > * { | ||||
| 4 | opacity: 1 !important; | ||||
| 5 | transition: none; | ||||
| 6 | } | ||||
| 7 | transition: none; | ||||
| 8 | position: relative; | ||||
| 9 | margin-left: 0 !important; | ||||
| 10 | display: block; | ||||
| 11 | padding-top:0; | ||||
| 12 | width: 100%; | ||||
| 13 | top: 0; | ||||
| 14 | form.login { | ||||
| 15 | > input, > div { | ||||
| 16 | width: auto; | ||||
| 17 | margin-top: 0; | ||||
| 18 | &:first-of-type { | ||||
| 19 | float: left; | ||||
| 20 | margin-right: 1em; | ||||
| 21 | } | ||||
| 22 | } | ||||
| 23 | button { | ||||
| 24 | height: 100% | ||||
| 25 | } | ||||
| 26 | } | ||||
| 27 | &::after { | ||||
| 28 | display: none; | ||||
| 29 | } | ||||
| 30 | p { | ||||
| 31 | display: none; | ||||
| 32 | } | ||||
| 33 | } | ||||
| 34 | |||||
| 35 | body.no-js main div.intro { | ||||
| 36 | margin-left: $base-padding !important; | ||||
| 37 | } | ||||