| 308,7 → 308,7 |
| |
| .menu |
| { |
| height: 22.4em; |
| height: 23.6em; |
| background-color: #000; |
| } |
| |
| 337,7 → 337,7 |
| bottom: 0.2em; |
| left: 0.2em; |
| width: 8em; |
| height: 2.6em; |
| height: 2.4em; |
| border-bottom-left-radius: 0em; |
| border-bottom-right-radius: 0em; |
| background-color: #999; |
| 933,7 → 933,7 |
| |
| #bow-bottom { |
| <?php |
| Mixins::transition('-property', 'border-bottom-left-radius, border-bottom-right-radius, height, width'); |
| Mixins::transition('-property', 'border-bottom-left-radius, border-bottom-right-radius, width'); |
| Mixins::transition('-delay', '0.5s'); |
| Mixins::transition('-duration', '0.5s'); |
| Mixins::transition('-timing-function', 'ease'); |
| 987,7 → 987,6 |
| #bow-bottom { |
| border-bottom-left-radius: 2.4em; |
| border-bottom-right-radius: 2em; |
| height: 2.4em; |
| width: 20.6em; |
| <?php |
| Mixins::transition('-property', 'border-bottom-left-radius, border-bottom-right-radius, height, width'); |