File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
src/components/user-table Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 13
13
14
14
.user-table-row {
15
15
display : grid ;
16
- grid-template-columns : repeat (3 , 2fr ) 3fr repeat (3 , 2fr ) 1fr 200px ;
16
+ grid-template-columns : 2.5 fr repeat (2 , 2fr ) 3fr repeat (3 , 2fr ) 1fr 200px ;
17
17
justify-items : start ;
18
- padding : 1.3rem 0 1.7rem 0 ;
19
-
20
- & > {
21
- padding-left : 7px ;
22
- }
18
+ padding : 1.25rem 0 1.75rem 7px ;
23
19
24
20
text-align : center ;
25
21
26
22
align-items : end ;
27
23
28
- &__status {
24
+ .status {
29
25
display : grid ;
30
26
grid-template-columns : 2rem auto ;
31
27
align-items : end ;
32
28
.status_ikon {
33
- max-width : 1.6 rem ;
29
+ max-width : 26 px ;
34
30
}
35
31
36
32
}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const UtkastStatusData = (props: { status: UtkastStatus }) => {
50
50
break ;
51
51
}
52
52
return (
53
- < span className = { 'user-table-row__status ' } >
53
+ < span className = { 'status ' } >
54
54
< img className = { 'status_ikon' } src = { statusIkon } alt = { 'status ikon' } />
55
55
< Normaltekst > { mapBrukerStatusTilTekst ( props . status ) } </ Normaltekst >
56
56
</ span > ) ;
Original file line number Diff line number Diff line change 2
2
3
3
.user-table-header {
4
4
display : grid ;
5
- grid-template-columns : repeat (3 , 2fr ) 3fr repeat (3 , 2fr ) 1fr 200px ;
5
+ grid-template-columns : 2.5 fr repeat (2 , 2fr ) 3fr repeat (3 , 2fr ) 1fr 200px ;
6
6
justify-items : start ;
7
7
padding-bottom : 1rem ;
8
8
border-bottom : 1px solid @navGra60 ;
You can’t perform that action at this time.
0 commit comments