File tree Expand file tree Collapse file tree 5 files changed +12
-16
lines changed
projects/angular-components Expand file tree Collapse file tree 5 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @frankframework/angular-components" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " A collection of reusable components designed for use in Frank!Framework projects" ,
5
5
"main" : " " ,
6
6
"author" : " Vivy Booman" ,
Original file line number Diff line number Diff line change @@ -2,22 +2,14 @@ button {
2
2
display : inline-flex ;
3
3
border-radius : 50px ;
4
4
padding : 10px 16px ;
5
- border : initial ;
5
+ border : 2 px solid transparent ;
6
6
justify-content : center ;
7
7
align-items : center ;
8
8
gap : 8px ;
9
9
font-size : 16px ;
10
10
font-weight : 600 ;
11
11
text-transform : capitalize ;
12
12
13
- & :active:not (:disabled ) {
14
- padding : 7px 13px ;
15
- }
16
-
17
- & .active {
18
- padding : 9px 15px ;
19
- }
20
-
21
13
& :disabled {
22
14
cursor : not-allowed ;
23
15
}
Original file line number Diff line number Diff line change 9
9
border-radius : 50px ;
10
10
align-items : center ;
11
11
gap : 8px ;
12
- font-family : Inter;
13
- font-size : 24 px ;
12
+ font-family : Inter, serif ;
13
+ font-size : 1.25 em ;
14
14
font-weight : 500 ;
15
15
16
16
& .slim {
Original file line number Diff line number Diff line change @@ -4,15 +4,16 @@ ff-button > button {
4
4
& :disabled {
5
5
color : variables .$ff-color-gray ;
6
6
background-color : variables .$ff-bgcolor-dark-gray ;
7
+ border-color : variables .$ff-bgcolor-dark-gray ;
7
8
}
8
9
9
10
& .active {
10
11
color : variables .$ff-color-light ;
11
- background -color : variables .$ff-bgcolor-dark-gray ;
12
+ border -color : variables .$ff-bgcolor-dark-gray ;
12
13
13
14
& :hover {
14
15
color : variables .$ff-color-dark ;
15
- background -color : variables .$ff-bgcolor-yellow ;
16
+ border -color : variables .$ff-bgcolor-yellow ;
16
17
}
17
18
}
18
19
}
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ ff-datatable * {
12
12
ff-button > button {
13
13
color : variables .$ff-color-light ;
14
14
background-color : variables .$ff-bgcolor-dark-gray ;
15
+ border-color : variables .$ff-bgcolor-dark-gray ;
15
16
16
17
& :hover {
17
18
color : variables .$ff-color-dark ;
@@ -21,23 +22,25 @@ ff-button > button {
21
22
& :active:not (:disabled ) {
22
23
color : variables .$ff-color-dark ;
23
24
background-color : variables .$ff-bgcolor-yellow ;
24
- border : 3 px solid variables .$ff-border-yellow ;
25
+ border : 2 px solid variables .$ff-border-yellow ;
25
26
}
26
27
27
28
& :disabled {
28
29
color : variables .$ff-color-gray ;
29
30
background-color : variables .$ff-bgcolor-gray ;
31
+ border-color : variables .$ff-bgcolor-gray ;
30
32
}
31
33
32
34
& .active {
33
35
color : variables .$ff-color-dark ;
34
36
background-color : variables .$ff-color-light ;
35
- border : 1 px dashed variables .$ff-border-gray ;
37
+ border : 2 px dashed variables .$ff-border-gray ;
36
38
gap : 8px ;
37
39
38
40
& :hover {
39
41
color : variables .$ff-color-dark ;
40
42
background-color : variables .$ff-bgcolor-yellow ;
43
+ border-color : variables .$ff-bgcolor-yellow ;
41
44
}
42
45
}
43
46
}
You can’t perform that action at this time.
0 commit comments