Move style to angular (#72)
* Move global styles to angular app * Create dummy notification component * Create dummy html for macro * Fix click on sidemenu, so that link is the whole line
This commit is contained in:
committed by
József Farkas
parent
094060d8db
commit
d5b5f3293a
14
index.html
14
index.html
@@ -6,16 +6,9 @@
|
||||
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<link href="css/app.css" rel="stylesheet">
|
||||
<link href="css/macro.css" rel="stylesheet">
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
|
||||
<script src="node_modules/jquery/dist/jquery.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="github-fork-ribbon">
|
||||
<a class="" href="https://github.com/UltimateHackingKeyboard/agent" title="Fork me on GitHub">Fork me on GitHub</a>
|
||||
</div>
|
||||
<!-- Google Tag Manager -->
|
||||
<noscript>
|
||||
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-PQLCXB" height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
||||
@@ -29,13 +22,6 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||
</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
|
||||
<!-- TODO move to component -->
|
||||
<div class="notification" style="display: none">
|
||||
<span class="notificatin__text">Keymap removed</span>
|
||||
<a href="#" class="notification__action notification__action--undo">Undo</a>
|
||||
<span class="notification__dismiss">×</span>
|
||||
</div>
|
||||
|
||||
<main-app></main-app>
|
||||
|
||||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> <!-- TODO remove in near future -->
|
||||
|
||||
Reference in New Issue
Block a user