File tree 6 files changed +4
-6
lines changed
components/Navbar/CountryDropdown
views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnits/LocalUnitValidateButton
packages/ui/src/components
6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
padding : var (--go-ui-spacing-md );
5
5
max-width : 64rem ;
6
6
min-height : 16rem ;
7
- gap : var (--go-ui-spacing-md );
7
+ gap : var (--go-ui-spacing-sm );
8
8
overflow : auto;
9
9
10
10
.region-list {
Original file line number Diff line number Diff line change 5
5
}
6
6
7
7
.local-unit-validated-button {
8
+ align-items : center;
8
9
border : none;
9
10
background-color : var (--go-ui-color-gray-40 );
10
11
Original file line number Diff line number Diff line change 19
19
width : fit-content;
20
20
max-width : 100% ;
21
21
overflow : hidden;
22
- text-align : center;
23
22
text-transform : var (--text-transform );
24
23
line-height : var (--go-ui-line-height-md );
25
24
color : var (--color-text );
44
43
45
44
& .primary ,
46
45
& .secondary {
47
- min-width : calc (var (--base-spacing ) * 6.5 );
48
-
49
46
.children {
50
47
text-align : center;
51
48
}
Original file line number Diff line number Diff line change 17
17
.dropdown-content {
18
18
display : flex;
19
19
flex-direction : column;
20
- padding-left : var (--go-ui-spacing-lg ) ;
20
+ padding : var (--go-ui-spacing-sm ) 0 ;
21
21
}
Original file line number Diff line number Diff line change 10
10
padding : 0 var (--go-ui-spacing-sm );
11
11
12
12
.input {
13
- padding-left : 12px ;
14
13
height : var (--go-ui-height-compact-status-icon );
15
14
}
16
15
}
Original file line number Diff line number Diff line change 2
2
display : flex;
3
3
color : var (--go-ui-color-gray-70 );
4
4
gap : var (--go-ui-spacing-xs );
5
+ padding-left : 12px ;
5
6
6
7
& .disabled {
7
8
color : var (--go-ui-color-gray-40 );
You can’t perform that action at this time.
0 commit comments