File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
packages/fiori/src/themes Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 48
48
display : flex;
49
49
align-items : center;
50
50
flex-direction : column;
51
- margin-bottom : 1 rem ;
51
+ margin-block-end : 0.5 rem ;
52
52
overflow : hidden;
53
53
}
54
54
72
72
}
73
73
74
74
.ui5-user-menu-selected-account-description {
75
- margin-bottom : 1rem ;
76
75
font-family : var (--sapFontFamily );
77
76
font-size : var (--sapFontSize );
78
77
color : var (--sapContent_LabelColor )
79
78
}
80
79
81
80
.ui5-user-menu-manage-account-btn {
82
81
font-family : var (--sapFontSemiboldDuplexFamily );
82
+ margin-block-start : 1rem ;
83
83
}
84
84
85
-
86
85
.ui5-user-menu-sign-out-btn {
87
86
font-family : var (--sapFontSemiboldDuplexFamily );
88
87
}
89
88
90
89
.ui5-user-menu-other-accounts {
91
- margin-bottom : 1 rem ;
90
+ margin-block-end : 0.5 rem ;
92
91
}
93
92
94
93
.ui5-user-menu-other-accounts ::part (header ) {
106
105
width : 100% ;
107
106
height : 4.5rem ;
108
107
gap : 12px ;
109
- padding-block : 8px 16px ;
110
108
}
111
109
112
110
.ui5-user-menu-other-accounts-info {
Original file line number Diff line number Diff line change 1
1
: host {
2
- height: 40px;
3
- margin- block: 0.5rem;
2
+ height: 40px;
4
3
}
5
4
6
5
: host (: last-of-type ) {
You can’t perform that action at this time.
0 commit comments