2019-12-19 23:09:23 +01:00
|
|
|
@import '../../../node_modules/bulma/bulma';
|
|
|
|
|
|
|
|
*, *:hover, *:active, *:focus{
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: url('../../public/images/llama.svg') no-repeat bottom left fixed $light-background;
|
|
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
2020-01-22 21:18:39 +01:00
|
|
|
|
|
|
|
.has-no-border{
|
|
|
|
border: none !important;
|
|
|
|
}
|
2020-02-25 21:11:36 +01:00
|
|
|
|
|
|
|
.has-rounded-corners {
|
|
|
|
border-radius: $radius;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image.is-avatar{
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|