feat: add variant hint-modal to modal component (#764)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/764 Reviewed-by: konrad <k@knt.li> Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
parent
97416ab2d5
commit
4f2378ff02
17 changed files with 258 additions and 201 deletions
|
|
@ -1,5 +1,3 @@
|
|||
@use "sass:math";
|
||||
|
||||
.navbar {
|
||||
z-index: 4 !important;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
@use "sass:math";
|
||||
|
||||
// Variables that are derived from bulma variables need to be included after them
|
||||
$mobile: math.div($tablet, 2);
|
||||
|
|
|
|||
Reference in a new issue