File tree Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 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 ;
18
20
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ActionBar {
16
16
vertical-align : middle;
17
17
color : # 7d7d7d ;
18
18
font-size : 14pt ;
19
- padding-right : 30 pt ;
19
+ padding-right : 20 pt ;
20
20
}
21
21
22
22
.add-bar {
You can’t perform that action at this time.
0 commit comments