Skip to content

Commit b08d4b4

Browse files
author
Ihor Khomiak
committed
add fixes to cost detail view
1 parent 9fd9951 commit b08d4b4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/app.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
@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+
}

0 commit comments

Comments
 (0)