Merge branch 'feature/refactor-css-to-scss' of github.com:alexanderdavide/anatole into feature/refactor-css-to-scss
| | |
| | | box-shadow: $shadow; |
| | | border-color: $primary; |
| | | border-radius: 2px 0px 0px 0px; |
| | | box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); |
| | | height: 14px; |
| | | bottom: 0px; |
| | | left: calc(50% / 2); |
| | |
| | | max-width: inherit; |
| | | |
| | | @media screen and (min-width: 961px), print { |
| | | max-width: 400px; |
| | | width: 60%; |
| | | object-fit: contain; |
| | | max-width: none; |
| | |
| | | cursor: pointer; |
| | | border: 1px solid $primary-light; |
| | | white-space: nowrap; |
| | | font-weight: 400; |
| | | font-style: normal; |
| | | border-radius: 999em; |
| | | padding: 10px; |