mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-06 13:58:40 +00:00
Style chart item
This commit is contained in:
parent
3bdceb1d6b
commit
d76f1fe356
@ -1,5 +1,4 @@
|
|||||||
<div fxLayout="row" fxLayoutAlign="space-between start">
|
<div fxLayout="row" fxLayoutAlign="space-between start" class="item">
|
||||||
<div></div>
|
|
||||||
<div><a href="#">{{state}}</a>: </div>
|
<div><a href="#">{{state}}</a>: </div>
|
||||||
<div>{{count}}</div>
|
<div>{{count}}</div>
|
||||||
</div>
|
</div>
|
@ -0,0 +1,3 @@
|
|||||||
|
.item {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
@ -86,6 +86,11 @@ html, body {
|
|||||||
line-height: mat-line-height($tech-ui-typography, body-1);
|
line-height: mat-line-height($tech-ui-typography, body-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: mat-color($tech-ui-primary);
|
||||||
|
}
|
||||||
|
|
||||||
.tui-card {
|
.tui-card {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user