@import '../../../node_modules/bulma/bulma'; @import 'fonts'; @import 'variables-derived'; *, *:hover, *:active, *:focus { outline: none; } body { background: url('../../public/images/llama.svg') no-repeat bottom left fixed $light-background; min-height: 100vh; @media screen and (max-width: $tablet) { &:not(.has-llama) { background: $light-background; } } } h1, h2, h3, h4, h5, h6 { font-family: $vikunja-font; font-weight: 400 !important; } .logo { padding-left: 2rem !important; img { max-height: 3rem !important; margin-right: 1rem; } } .progress { border-radius: $radius-large; } .has-no-border { border: none !important; } .has-rounded-corners { border-radius: $radius; } .image.is-avatar { border-radius: 100%; } button.table { margin-bottom: 0 !important; } .dropdown-item.is-disabled { cursor: not-allowed; &:hover { background-color: transparent; } } .pagination { padding-bottom: 1em; } .is-max-width-desktop { width: 100%; max-width: $desktop; margin: 0 auto; }