Akron | d1741ae | 2017-11-29 09:58:53 +0100 | [diff] [blame^] | 1 | @import "util"; |
| 2 | |
Akron | ae8f31c | 2017-11-28 18:05:52 +0100 | [diff] [blame] | 3 | // Aside in noscript mode |
| 4 | body.no-js aside { |
| 5 | > * { |
| 6 | opacity: 1 !important; |
| 7 | transition: none; |
| 8 | } |
| 9 | transition: none; |
| 10 | position: relative; |
| 11 | margin-left: 0 !important; |
| 12 | display: block; |
| 13 | padding-top:0; |
| 14 | width: 100%; |
| 15 | top: 0; |
| 16 | form.login { |
| 17 | > input, > div { |
| 18 | width: auto; |
| 19 | margin-top: 0; |
| 20 | &:first-of-type { |
| 21 | float: left; |
| 22 | margin-right: 1em; |
| 23 | } |
| 24 | } |
| 25 | button { |
| 26 | height: 100% |
| 27 | } |
| 28 | } |
| 29 | &::after { |
| 30 | display: none; |
| 31 | } |
| 32 | p { |
| 33 | display: none; |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | body.no-js main div.intro { |
| 38 | margin-left: $base-padding !important; |
Akron | d1741ae | 2017-11-29 09:58:53 +0100 | [diff] [blame^] | 39 | } |
| 40 | |
| 41 | |
| 42 | #activate { |
| 43 | text-align: right; |
| 44 | background-color: $dark-orange; |
| 45 | margin-top: 0; |
| 46 | padding: $base-padding; |
| 47 | padding-right: $standard-margin; |
| 48 | color: $nearly-white; |
| 49 | font-size: 80%; |
Akron | ae8f31c | 2017-11-28 18:05:52 +0100 | [diff] [blame] | 50 | } |