mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-28 01:18:26 +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></div>
|
||||
<div fxLayout="row" fxLayoutAlign="space-between start" class="item">
|
||||
<div><a href="#">{{state}}</a>: </div>
|
||||
<div>{{count}}</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);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: mat-color($tech-ui-primary);
|
||||
}
|
||||
|
||||
.tui-card {
|
||||
background-color: white;
|
||||
border-radius: 4px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user