rename TopLeftMenu to TopLeftMenuButton

so the former can be the actual menu
This commit is contained in:
Bruno Windels 2018-10-23 13:29:44 +02:00
parent 0992408930
commit 5f1cf07543
3 changed files with 84 additions and 7 deletions

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_TopLeftMenu {
.mx_TopLeftMenuButton {
height: 52px;
border-bottom: 1px solid $panel-divider-color;
color: $topleftmenu-color;
@ -22,20 +22,20 @@ limitations under the License.
display: flex;
}
.mx_TopLeftMenu_avatar {
.mx_TopLeftMenuButton_avatar {
position: relative; // to get avatar in the right place
margin-left: 15px;
margin-right: 15px;
margin-top: 14px;
}
.mx_TopLeftMenu_name {
.mx_TopLeftMenuButton_name {
margin-top: 15px;
margin-right: 9px;
margin-right: 9px;
font-size: 18px;
font-weight: 600;
}
.mx_TopLeftMenu_chevron {
.mx_TopLeftMenuButton_chevron {
margin-top: 24px;
}