mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 13:18:53 +00:00
import date-picker from stylus
This commit is contained in:
parent
197065b8e8
commit
3392074fdd
2 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
@import "./avatar.styl";
|
||||
@import "./customizer.styl";
|
||||
@import "./items.styl";
|
||||
@import "../../public/vendor/bootstrap-datepicker/css/datepicker.css";
|
||||
|
||||
html,body,p,h1,ul,li,table,tr,th,td
|
||||
margin: 0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ do a find for the string after "→"
|
|||
<Head:>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<link rel="stylesheet" href="vendor/bootstrap-datepicker/css/datepicker.css" type="text/css" />
|
||||
|
||||
<modalDialogs:>
|
||||
{#if _loggedIn}
|
||||
|
|
|
|||
Loading…
Reference in a new issue