Revize 44c019ad
Přidáno uživatelem Lukáš Moučka před téměř 4 roky(ů)
Re #8972 - Ladění frontendu
- Add margin to chart buttons
src/assets/scss/_graph.scss | ||
---|---|---|
84 | 84 |
margin-bottom: $grid-gutter-width; |
85 | 85 |
border: 1px solid $primary; |
86 | 86 |
background: #F2F2F2; |
87 |
|
|
88 |
.p-button-primary { |
|
89 |
margin: 0 10px; |
|
90 |
} |
|
87 | 91 |
} |
88 | 92 |
|
89 | 93 |
.graph-desc { |
src/index.html | ||
---|---|---|
6 | 6 |
<base href="/"> |
7 | 7 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | 8 |
<link rel="icon" type="image/x-icon" href="favicon.ico"> |
9 |
<!-- TODO: add to dependencies --> |
|
10 | 9 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> |
11 | 10 |
</head> |
12 | 11 |
<body> |
13 | 12 |
<app-root></app-root> |
14 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script> |
|
15 | 13 |
</body> |
16 | 14 |
<footer><p>Copyright © 2021 <a href="https://www.senslog.org/" target="_blank">SensLog</a></p></footer> |
17 | 15 |
</html> |
Také k dispozici: Unified diff