Skip to content

Commit fc8c4bc

Browse files
fix tags style
1 parent 9591ff8 commit fc8c4bc

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

app/app.css

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
@import 'nativescript-theme-core/css/core.light.css';
2-
3-
.tag-item {
4-
vertical-align: middle;
5-
background-color: #7ada2f;
6-
color: aliceblue;
7-
border-radius: 1;
8-
}
9-
10-
.small-tag-item {
11-
width: 80;
12-
text-align: center;
13-
}
14-
15-
.action-item {
16-
padding-right: 10;
17-
font-size: 16pt;
1+
@import 'nativescript-theme-core/css/core.light.css';
2+
3+
.tag-item {
4+
vertical-align: middle;
5+
background-color: #7ada2f;
6+
color: aliceblue;
7+
border-radius: 1;
8+
width: 70;
9+
text-align: center;
10+
}
11+
12+
.small-tag-item {
13+
width: 80;
14+
text-align: center;
15+
}
16+
17+
.action-item {
18+
padding-right: 10;
19+
font-size: 16pt;
1820
}

app/tabs/cost/cost.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ActionBar {
1616
vertical-align: middle;
1717
color: #7d7d7d;
1818
font-size: 14pt;
19-
padding-right: 30pt;
19+
padding-right: 20pt;
2020
}
2121

2222
.add-bar {

0 commit comments

Comments
 (0)