+ .scrollable {
+ height: 100%;
+ overflow-y: scroll;
+ padding-bottom: 30px;
+ }
+}
+
+.l-navigation__menu__book__header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+
+ p {
+ margin: 0;
+
+ &.korona {
+ &:before {
+ content: url('images/korona.svg');
+ width: 21px;
+ margin-right: -21px;
+ position: relative;
+ top: -10px;
+ left: -3px;
+ }
+ }
+ }
+}
+.l-navigation__menu__book {
+ .button {
+ display: inline-block;
+ font-size: 16px;
+ font-weight: 700;
+ padding: 0 20px;
+ min-width: 212px;
+ line-height: 38px;
+ text-align: center;
+
+ /* green 700 */
+ background: #92BD39;
+ color: #083F4D;
+ border-radius: 6px;
+
+ transition: background-color 150ms;
+
+ &:hover {
+ background-color: #FBC40F;
+ }
+ }